Should a programmer take writing lessons to enhance code expressiveness?
- by Jose Faeti
Given that programmers are authors and write code to express abstract thoughts and concepts, and good code should be read by other programmers without difficulties and misunderstandings, should a programmer take writing lessons to write better code?
Abstracting concepts and real world problems/entities is an important part of writing good code,…