Tag: coding

  • How can you improve your coding quality with a versioning Tool?

    A versioning tool can be used for purposes other than saving different versions of your files. One of the key feature, is to make code review easier. Let’s start by explaining what code review is: Code review entails looking at source code with the intention of finding mistakes to improve overall software quality. All you…

  • Continuous Collision

    I stumble upon an article on an interesting collision technique: Speculative Contacts – a continuous collision engine There is some nice live demo on this article. In the past, I’ve implemented myself a 2D collision system. I used a classical discrete method and had stability issue. If this technique is simple and stable I will…

  • Rework

    “Rework” and “Simple is beautiful” is my way of programming ( like Naruto’s “way of a ninja”..) . How I’m programing: 1. First program version. I make a first clean version. All essential features included. This version should be good enough to be shipped with the final product in case of a Deadline Rush. 2. Gather…

  • Unity lightning Contest

    I participate in the Unity lightning contest, with the hope to win a Unity pro licence. You can see all entries on the unity contest page. You can even try my beauuutifullll Unity lightning demo: I only work on it 1 big day and a half. I should have worked a little more to  ensure me…