Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yclim95
Last active May 26, 2016 10:22
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 yclim95/d6f9b0599d5295cfcd60fa78835ddaf2 to your computer and use it in GitHub Desktop.
Save yclim95/d6f9b0599d5295cfcd60fa78835ddaf2 to your computer and use it in GitHub Desktop.
Things you should take Note of b4 Writing a Software

#Things You Should Take Note of :

  1. What software are you writing ? ==> UpFront
  2. What technology are you using ? ==> UpFront
  3. How and where will it be deployed ? --> May I know ==> UpFront
  4. Front End Implementation Consideration (user)

#Front - End ?

  1. Software(Application) => interacts (Sometimes Through API) => User
  2. Imports Back-End packages
  3. They will be Bugs found... but not so important than the Back-End ==> As long as in the Back-End is free from Bugs

#Back - End ?

  1. Normally, Does not interact with the users.
  2. NEVER imports Front-End packages.
  3. Should be tested separately.
  4. Test until No Bugs => **Important
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment