Tag Archives: scala

Templates and Strategies – functional approach in Java

The problem, in general Sometimes I come across large bodies of code which do almost the same. They have a few differences though: a complex conditional here, some logging there, invoking another void method there. Breaking things up into smaller … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment

Learning by doing

Learning by doing This one came to me through a Scala course. My uncle* suggested me to learn Scala because functional programming is the future of software development. Two years ago read a book about it and also learned FP in … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment