Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 662 Bytes

preparing_for_a_portfolio.md

File metadata and controls

13 lines (9 loc) · 662 Bytes

Preparing a small portfolio as part of this group study.

If you structure your code well and well document it, and also be able to do this for a long duration it might be beneficial to add this activity in your resume (In case you don't have much things to put in there)

Things you might want to put into the code :

  1. Time/Space complexity annotation on the code and explain why. (e.g. comment on each loop, add a comment on the function, ...)
  2. Describe your solution, Write down what attempts you've made and how you improved your solution.
  3. Fix the things that the tutor suggested during the PR review.
  4. Mention Style Guide in the README.md