|
|
|
|
|
by OneGuy123
1973 days ago
|
|
Why must every new language use a completely unique syntax? This is so tiring...why can't they just stick to syntax that everyone knows...each one has to reinvent random new syntax and destroy old conventions that people already know thus needlesly creating friction. |
|
That he seems to have thought deliberately about stepwise refactoring is actually pretty nice. This is hard to do in many languages (where refactoring-to-function/method is often a wholesale endeavor). Doing it stepwise means you can iterate and test more deliberately throughout the process, and is nicer if you're not using a refactoring tool beyond your text editor.
In the end, reading the example code caused me no headaches, it was as clear as any other C/Algol-derived language.