|
|
|
|
|
by vthriller
2757 days ago
|
|
> My point is that "standard" code is infinitely more readable than either c++ or rust. Still I'm struggling to see any code that is significantly more readable because of D's design decisions, or details on what makes D more readable than $lang (especially compared to modern C++/Rust that you seem to despise so much). |
|
3. Terser declarations:
instead of: 4. No ugly #preprocessor code interspersed with your nicely formatted code.5. Nested functions mean they can be nestled close to where they are used rather than much further away in the file.
6. None of that awful