I program without syntax highlighting
31–40 of 70 posts
Re: I program without syntax highlighting
#32 for (i=0;i
There's no way it's mentally just as easy for me to find that error without syntax highlighting.It may be just slightly more difficult, but then it's death by a thousand paper cuts if I'm reading code for 6-12 hours a day.
Re: I program without syntax highlighting
#33> Once syntax highlighting is gone, you no longer priviledge the class of languages for which there exists a syntax highlighting. Language models made syntax highlighting extremely cheap to make.
Re: I program without syntax highlighting
#34Also, the comments in here are really strangely negative. Let people have their preferences, weirdos.
Also also: so much of syntax highlighting and such is designed by people without color blindness. So a lot of syntax highlighting just doesn't work for me. It's wild to me that color blind people still have to be vocal about it.
Re: I program without syntax highlighting
#35Re: I program without syntax highlighting
#36>If the code is neatly organised, the «grey mash» quickly crystalises into a beautiful little universe of logically connected parts; each standing by it self, on its own line or in its own scope, but referencing each other in clear and beautiful ways
Delusions packaged as deep insights.
Re: I program without syntax highlighting
#37Re: I program without syntax highlighting
#38Re: I program without syntax highlighting
#39Re: I program without syntax highlighting
#40I program with syntax highlighting. I'm not convinced by the arguments of the article: - actively clicking on matching parentheses has the benefit of selecting that part - being more sensitive to the "beauty" of the code I think syntax highlighting doesn't get in the way of these two points. The only valid point: - No syntax highlighting automatically supports all languages True I guess. In the sense that no shoes su…