PHP
Estos últimos días tuve que lidiar bastante con PHP, para hacer el plugin que quería para mostrar artículos del año pasado en el contexto de los que voy escribiendo este año.
Por un lado, hay dos trabas grandes, que son que no sé mucho de PHP, y por otro, que no conozco a fondo la API de LifeType, el software con el que funciona este blog.
Pero aún teniendo en cuenta esas dos importantes limitaciones mías a la hora de ponerme a programar con PHP, hay una cosa que me molesta bastante y es como el lenguaje se interpone en lo que yo quiero hacer, con sus propios glitches. Y tiene que ver mucho con la legibilidad del código. Es un buen momento para postear algo que creo que nunca llegué a poner en mi blog:
>>> import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is better than dense. Readability counts. Special cases aren't special enough to break the rules. Although practicality beats purity. Errors should never pass silently. Unless explicitly silenced. In the face of ambiguity, refuse the temptation to guess. There should be one-- and preferably only one --obvious way to do it. Although that way may not be obvious at first unless you're Dutch. Now is better than never. Although never is often better than *right* now. If the implementation is hard to explain, it's a bad idea. If the implementation is easy to explain, it may be a good idea. Namespaces are one honking great idea -- let's do more of those! >>>
Hay muuuuuuuuchos de los items del Zen de Python que se me vinieron a la mente mientras escribía el "ayearago" plugin.
Comentarios
Comments powered by Disqus