Posts
All the articles I've posted.
-
The elements of programming style: Expressions
Chapter 2: Expressions Writing a computer program eventually boils down to wanting a sequence of statements in the language at hand. How each of those statements is expressed determines in large
-
The elements of programming style: Input and output
Chapter 5: Input and output Test input for validity and plausibility Make sure input cannot violate the limits of the program Terminate input by end-of-file or maker, not by count Identify bad input,
-
The elements of programming style: Program Structure
Chapter 4: Program Structure Most programs are too big to be comprehended as a single chunk. They must be divided into smaller pieces that can be conquered separately. That is the only way to write
-
Refactor or rewrite?
While I was reading The elements of programming style found the following quote: Don't patch bad code - rewrite it The element of programming style - Chapter 4 - Page 1 Its make me think about an
-
Dijkstra: The Humble programmer
Dijistra wrote some interesting things about the activity of programmer. In this opportunity I'm going to make some quotations and notes about the article: The humble programmer Rules "discovered" for
-
Coders at Work
Coders at work is a series of interviews made by Peter Seibel in 2009 where different programmers talk about their views about the technology, development, how they work as a programmer and the
-
Notes about: On the cruelty of really teaching computing science
Radical Novelty 1: "The programmer is the unique position that his is the only discipline and profession in which such a gigantic ratio, which totally baffles our imagination, has to be bridge by a
-
Django Jinja Isn't a thing
I was reading about Jinja and an article on Wikipedia caught my attention: Jinja (template engine) At the beginning I read: Jinja is similar to the Django So, Django Jinja and Jinja projects are