Skip to content

Commit

Permalink
added moscow
Browse files Browse the repository at this point in the history
  • Loading branch information
coditori committed Dec 9, 2022
1 parent 0059406 commit 8bb7012
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,16 +241,16 @@ Use the MoSCOW model and give them simple software that can work rather than som
- Recheck with the company that you understand what is the requirement

In coding follow these steps:
0. Try to understand the business logic and problem
1. Tests are mandatory (start with TDD and do not postpone it)
2. Clean code
3. Documentation
4. Consider Edge cases (API can return 500 status codes? is it allowed to have 500?)
5. Design patterns or separation of concepts are important
6. Your REST API is standard? inputs are validated?
7. Exception handling & fault recovery
8. Logging
9. If could deliver the task at the right time then talk about non-functional in the documentation part and give them suggestions like scale-out, cache, ...
1. Try to understand the business logic and problem
2. Tests are mandatory (start with TDD and do not postpone it)
3. Clean code
4. Documentation
5. Consider Edge cases (API can return 500 status codes? is it allowed to have 500?)
6. Design patterns or separation of concepts are important
7. Your REST API is standard? inputs are validated?
8. Exception handling & fault recovery
9. Logging
10. If could deliver the task at the right time then talk about non-functional in the documentation part and give them suggestions like scale-out, cache, ...

#### 7-3 Final talk over contract and bonuses (relocation package and ...)
- How much you should pay as normal rent (the most important issue after getting a visa is finding a house and how they can help you in this process)
Expand Down

0 comments on commit 8bb7012

Please sign in to comment.