Software Practices and Tradition
A note on software tradition - practices, conventions and standards. How it started and how is it going.
Read more →Blog posts on tech, engineering, and more.
A note on software tradition - practices, conventions and standards. How it started and how is it going.
Read more →The quest for the simple blogging platform of my dreams continues. Tried this. Tried that. Stumbled upon Bloggi. It is simple, beautiful, content-centric and everything I could ask for. So, am I ready …
Read more →With Scala sum types, you can establish type strictness. But can you restrict creation of instances of sum types? So that you can guarantee that the values they hold pertain to the types defined.
Read more →Scala community like others needs a platform for discussions and exchange thoughts and ideas. Above all, a platform where fellow programmers, old or new, can reach out for help and guidance, a …
Read more →While Scala allows creating defining ADTs, unfortunately all the sum types and their associated definitions have to be defined in the same file as the sealed trait (ADT). This post discusses the …
Read more →