Most of the discussions we have in the software industry today revolve around developer productivity: How do we make it possible for fewer developers to produce more software in less time? Reducing ...
Functional programming can offer a more productive style of software development, but it takes some getting used to. With the functional paradigm, which is enabled in languages like Haskell, Scala, ...
Working with functional programming requires a shift in your thinking, but has benefits in productivity for programmer and maintainer alike We all learned about ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
One of the most common patterns in popular programming is runtime polymorphism. As in, the ability to have a set of heterogeneous objects which can all perform a common action (like a set of shapes ...