2 followers
hot programming takes
In general I think that most programming languages do variadics wrong. To be clear, when I say "variadics" I mean functions that accept a variable number of arguments. In most languages you usually do something like this: (C#) // Variadic parameter ...
Seven years ago, when I first started working on Rant, I had no intentions of it ever becoming a serious project that other people would use. I was a freshman in college and just wanted a fun project to work on in my spare time. It was an opportunity...