Buenas,
mientras sigo leyendo un par de libros muy buenos deja una frase que no me canso de leer:
The difference between a tolerable programmer and a great programmer is not how many programming languages they know, and itâs not whether they prefer Python or Java. Itâs whether they can communicate their ideas. By persuading other people, they get leverage. By writing clear comments and technical specs, they let other programmers understand their code, which means other programmers can use and work with their code instead of rewriting it. Absent this, their code is worthless. By writing clear technical documentation for end users, they allow people to figure out what their code is supposed to do, which is the only way those users can see the value in their code. Thereâs a lot of wonderful, useful code buried on sourceforge somewhere that nobody uses because it was created by programmers who donât write very well (or donât write at all), and so nobody knows what theyâve done and their brilliant code languishes.
I wonât hire a programmer unless they can write, and write well, in English. If you can write, wherever you get hired, youâll soon find that youâre getting asked to write the specifications and that means youâre already leveraging your influence and getting noticed by management.
Joel Spolsky, How To Write Without Writing
Saludos @ Home
El Bruno

Leave a comment