Coding Style

Why

"Any fool can write a code that computers can understand. Good programmers write code that humans can understand." - Martin Fowler
  • Readability
  • Structure
  • Collaboration
  • Consistency
  • Easy Adaption
  • Professionalism

How?