Hacker News new | ask | show | jobs
by teyfille 4268 days ago
To be fair, I once fixed a java application that completely crashed due to using string concatenation for data export, rather than a StringBuffer. It does matter sometimes even in workaday applications.