Actually, you can call it as you want but the main idea is always the same, keep it simple.
I’m going to tell you an story, after that you can judge if I’m right or wrong, but let me tell you.
I was just remembering a conversation I had with a friend of mine at 2010 about classification. He told me the use of categories in a blog makes no sense and I decide to defend the opposite using the species classification, he only smiled and replied: “well, where do you put…
I’ve heard a lot of times that question: can we have a meeting? or even we have…
One thing I do more often is talking to myself. Thinking out loud. But not only with my voice, but also with my code. I use the comments to say to myself how the code should behave. And it’s very useful keeping in mind that I usually develop one piece of code (open…
Maybe I’m a bit recurrent with this kind of topics, but I think using the right tool in the right place is a must that any programmer should use. Anyway, the most of the programmers are very comfortable with only one (or two at…
The main issue when we are coding something is trying to test it as a whole thing. That’s not completely wrong, but it’s worth dividing the problem in more atomic and isolated tasks to complete them in an easier way, delegate some of those tasks and even find dependencies to…
Discuss about programming languages is hard sometimes, there are Java, Ruby, Python, … and Erlang fanboys everywhere, but when we are talking about new languages all of us listening with a bit of curiosity or even skepticism… why another new language appeared?