There are many aggravating things in programming. You have race conditions, thread locks, cache validation, and many others, but one thing can be one of the biggest headaches if not taken into account. Time. Handling time sounds like a fairly… Read More ›
Design and Best Practice
Code Lint – What is it? What can help?
So what exactly is code lint? I’m sure we’ve all heard of a linter but how many out there have actually taken the time to sit down and use one? What are they used for? Well, getting rid of code… Read More ›
Comments are useless, sometimes evil!
That’s right, I said it. Comments are evil. But wait a minute, I hear you say, they tell us about the code, help us explain what is going on, etc etc. I’m not saying comments can’t be useful in code,… Read More ›
Material design, what is it and why you should be using it.
Lately there has been a lot of uptick in Material Design. More bloggers are blogging, and more designers are designing, but as a developer what do you need to know about Material Design? The best place to start is to… Read More ›