Importance of Readability
Readability plays a crucial role in software development, especially in scenarios where code is frequently revisited. For languages like Perl, where scripts may be written and discarded quickly, the emphasis on readability diminishes, as the code is rarely read again after its initial creation. This highlights the varying priorities in coding practices depending on the intended lifespan of the code.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 200: Markus Völter on Language Design and Domain Specific Languages
Related Questions