Hacker News new | ask | show | jobs
by samtp 325 days ago
What type of work do you do and what type of code do you produce?

Because I've found it to work pretty amazingly for things that don't need to be exact (like data modeling) or don't have any security implications (public apps). But for everything else I end up having to find all the little bugs by reading the code line by line, which is much slower than just writing the code in the first place.