@caseyliss Ask not for whom βThe compiler is unable to type-check this expression in reasonable time,β it βis unable to type-check this expression in reasonable timeβ for thee.
#CodeProblems #swift #xcode
#CodeProblems #swift #xcode
Java's final classes stifling innovation
I wanted to extend Optional for seamless integration of my TypeMap library. Fluent, functional, and reflection-free. But nope, Optional is final. Now Iβm stuck recreating and syncing its methods manually. Final or Private classes donβt prevent misuse, they block creativity and create more mess when copying functionalities. I love final, but not on classes.
TypeMap: https://github.com/YunaBraska/type-map
#Java #Programming #Optional #FinalClass #CodeProblems #DevLife #TypeSafe #InnovationBlocked #FunctionalProgramming #CodeDesign