I recently read this wonderful article about the impossibility of having a perfect coding style guide that would please everybody. The author, Bill Sourour, a seasoned developer who has been programming professionally for decades, mentions that he himself had been involved in heated arguments by defending one coding style over the other. However, according to him, in the end it does not really matter that much, as long as it is a readable and maintainable code. Continue reading
Tag: programming (Page 3 of 3)
A lot of enthusiasm is being shown towards programming and it has become a very important endeavor that a lot of people areconstantly joining it. There are a lot of programming languages out there and each one of them have their own characteristical features, but a very common element that pops us in a lot of them is a variable. Continue reading
We are all trying to live a better life each day, by trying to replace our old gadgets and places where we live, work and learn and we are trying to do a lot of different activities, but the happiness and calm seems to be in a far island that is constantly attracting our attention and we are in a never ending journey. But, we should stop and think about this a bit more and try to change our blueprint. I have found a thing in a computer programming language that can actually learn us to be happy.
For those of you who don’t know, a method in programming is an ability or a behavior of an object or entity to do something, for example println() is a method in Java language that can print a piece of text and that is invoked when we try to print things in a console.
In Java, there is also a method called random(), that, according to the documentation, returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0. Continue reading
Today I read a post from a reddit user, who was in a depressed mood I guess, because he has been trying to do a midterm project, but he couldn’t finish it, and, even though he had been trying, he wasn’t able to achieve it. He had almost completed it, but because a method was unreachable, the game that he intended to do was not ready yet. He tried to contact with teaching assistants from his university, but they didn’t even try to help him and, because he is busy working, he cannot go to his professor’s office hours. Because most of his class mates have been accomplishing this assignment without a problem, he started to think that he is not meant to be a programmer. Continue reading