Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KKI2019_final_exam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Advanced Programming
KKI 2019
KKI2019_final_exam
Commits
66b8e3a1
Commit
66b8e3a1
authored
6 years ago
by
Ade Azurat
Browse files
Options
Downloads
Patches
Plain Diff
Take Home Exam -- Update readme.md
parent
0e4a6e47
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+37
-2
37 additions, 2 deletions
readme.md
with
37 additions
and
2 deletions
readme.md
+
37
−
2
View file @
66b8e3a1
...
@@ -63,11 +63,46 @@ Good luck.
...
@@ -63,11 +63,46 @@ Good luck.
-------------------
-------------------
# Problem 2: Take Home Exam Preparation (Duration: x minutes, on your convenience)
# Problem 2: Take Home Exam Preparation (Duration: x minutes, on your convenience)
## Will be available on Friday 17 May 2019
## Take Home, begin on Friday 17 May 2019 16:00
## Expected duration: 90 minutes coding, 10 minutes techinical writing
## Duedate: Monday 20 May 2019, 8:30
## Duedate: Monday 20 May 2019, 8:30
## Point: 15%
## Point: 15%
Type of problems: medium code modification, medium readme modification.
Type of problems:
*
medium code modification,
*
medium readme modification.
Problem description:
The clinic have the information of the pets heritage. The owner of the clinic indicate
that probably later he would like to know the total number of pets in the clinic,
the eldest pets in the family of pets in the clinic,
or any other data processing that required traversing the pets data.
As an advanced programmer that has learned design pattern from the Design pattern book,
you realize that it is a common use case of design pattern.
*Your task:*
*
Refactoring your code with the appropriate design patterns to ease
the maintanance process when adding new features related to data traversing.
(Choose wisely! :) )
*
Modified the readme.md, add information about what pattern, why and how you apply the design pattern.
*
Put in your readme.md:
*
*
the badge of pipelines status,
*
*
test status, and
*
*
test coverage
*
Put information about the URL of your running application, put your name and your pet clinic
`s name
* Pay attention of possible incorrect business logic or bugs
*Warning:* You should complete the previous problem of pets heritage before doing
this problem.
*Hint:* It very common on the first try you would need a lot more time. Try to redo the task
several times, until you reach the expected time. You may need to use different branch or
repository to do that. _Practice makes perfect!_
*Notes:* You may ask others and work together with your friends.
Make sure you re do it again personally in your branch.
Make sure you really understand how it works.
-------------------
-------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment