Ask HN: How do you improve your attention to detail?

https://news.ycombinator.com/item?id=2960682
by Evgeny • 15 years ago
7 4 15 years ago

Simple example: you wrote brilliant code, passed all tests, installed into production environment but configured the wrong date (or forgot to configure any other parameter) and your release was an epic fail?

It seems to happen to me often, it does not seem to be directly related to programming ability - the code does what it's supposed to do. But since the environment I'm working in is directly interacting to clients in real time, every time anything is released with some wrong configuration, it's only picked up when a client does something and gets an error back and complains. That's quite frustrating.

I'm trying to think of the way to 'fix' it - must have something to do with the ability to keep a lot of small details in memory and/or picture in my mind all the possible small differences between the "production" and "test" environment.

Any advice?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com