5 ms·
> Languages that focus on "easy to write" are a trap Reminds me of that time when my company abused Scala Implicits, possible because one of it's libraries for
by profalseidol 7y ago
> Languages that focus on "easy to write" are a trap
Reminds me of that time when my company abused Scala Implicits, possible because one of it's libraries for mapping scala to relational database had examples of it.
---
Regarding re-usability. Does that imply well defined interfaces and private scopes? Does that eventually lead us to Pure functions? Afaik, pure func has maybe the highest ease/simplicity for reuse. Happy to be hear your thoughts.