[prev] 31 [next]

COMP1927 Style (cont)

Good: gives you more freedom and power
  • more choice in how you express programs
  • can write code which is more concise (simpler)

Bad: gives you more freedom and power

  • can write code which is more cryptic
  • can lead to incomprehensible, unmaintainable code
So, you must still use some discipline.