Skip to content

Instantly share code, notes, and snippets.

@midhunkrishna
Created January 7, 2016 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save midhunkrishna/1b081801da9ddd639ecd to your computer and use it in GitHub Desktop.
Save midhunkrishna/1b081801da9ddd639ecd to your computer and use it in GitHub Desktop.
Resume problem

The resume problem

  • Write program which read following details from termial
    • Name
    • Age
    • Qualification
  • Write these details to a text file

Notes:

  • Use KISS principle
  • Use DRY
  • Use YAGNI
  • Program should be written using SOLID principles
  • In real world, these points are implicit and will not be given as points by the interviewer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment