Live data from Hacker News

Ask HN: How often you have the occasion to see bad written code.

news.ycombinator.com

1–9 of 9 posts

Re: Ask HN: How often you have the occasion to see bad written code.

#8
Every line of code that I've written in a language other than C or x86/amd64 assembly makes me laugh in retrospect. Maybe because every day I learn about new features in other languages (for example, today I found out about collections.defaultdict, which would easily have saved me about 100 lines of code across all of my scripts)