programming What is in a name? I was about to submit my PR after having worked on it for an afternoon. The code I was writing was not too complex. I had spent more time investigating it than writing it and I was feeling good about myself. I took one final look with my "code review"
programming "How well" rather than "How many" Recently I have been learning a lot about what makes a tool (as in software tool) useful. I have always thought that it was the things that it can do that made it a good tool or a bad tool. If tool A could do x number of thing but
programming Data structures (and data handlers) {<3>} How you save data will determine how good the component you are working on will be. Let us work through a demonstration of what that means. Lets say what you want to do is represent a line. int x1,x2,y1,y2; You can represent your line