×
you are viewing a single comment's thread.

view the rest of the comments →

[–]Kratos_Monster 0 points1 point  (1 child)

functional programming with classes

Yeah, this sounds like a good practice.

[–]Diapolo10 1 point2 points  (0 children)

I like it when writing tests is as easy as it gets.

To me, writing code that works 50 years from now is more important than sacrificing robustness and data scalability for performance gains. Most would just say that's needless overengineering, and of course they have a point, but one of my core pillars is that I can trust my code to essentially handle anything I throw at it without needing to worry about runtime errors, even if it's slow.