Skip to content

Category Archives: Intuitive Desktop

The point of views you will need for framework development

This may seem like an obvious post from the title, but I think there are a few things here that may be of interest to developers that are writing libraries. I am going to specifically talk about the point-of-view you should have when writing parts of your code.
Usually when people write their unit test, they [...]

The Struggle to Find The Right Language

Over the past 2 years while working on my main project, I’ve been struggling with what programming language to use. I went through many rewrites and many different languages. Now I think I may have arrived at a good solution.
I started with C#. That went down in flames because of the huge overhead in startup [...]