Y
Hacker News
new
|
ask
|
show
|
jobs
by
cjg_
4592 days ago
If miss a line like that which is very easy to spot in a diff, which other things end up in your production environement?
And obviously any test covering that line will fail/hang.
1 comments
codygman
4592 days ago
Yeah, I always catch my ipdb.set_trace() lines in testing.
link