Syntax Highlighting Can Be a Crutch and a Gate
When you write a program in Java or almost any other mainstream programming language, syntax highlighting is almost taken for granted. It’s all too easy to jump to the faulty conclusion that syntax highlighting makes every optional element of the programming language (e.g., Java) completely unnecessary.
For example, supposedly having to write “this.
” to distinguish instance members…