5 ms·
Just one of many reasons that Scala is such an attractive option for Java developers: // There is only one object DatabaseConnectionConnor {}
by kdevrou 10y ago
Just one of many reasons that Scala is such an attractive option for Java developers:
// There is only one
object DatabaseConnectionConnor {}
- cessor 10y agoIt's true that other languages often don't require certain patterns. Strategy and Visitor are often unnecessary when a programming language has functions as first class citizens. I found that it often helps to remember that the GoF book was written about object oriented patterns with C++.