|
|
|
|
|
by chrisseaton
2740 days ago
|
|
> I have a hard time imagining a clean codebase in a language without some form of polymorphism, first class functions, and algebraic data types You don't have any definition of 'clean', so maybe you mean something precise or maybe you don't, but I have seen clean codebases in all kinds of languages - C, C++, Go, Java. The language doesn't dictate whether your code is clean or not, the programmer does. |
|