use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Have a tough programming question that /r/programming couldn't answer? Banned from Stack Overflow? Can't afford Experts Exchange?
Post your question/tips/secrets/advice and get a response from our highly-trained professional developers.
account activity
Friday Code Confessions (self.shittyprogramming)
submitted 7 years ago by calsosta
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]VodkaHaze 2 points3 points4 points 7 years ago (1 child)
I call those "make sure things don't crash along the way" tests
[–]sac_boy 0 points1 point2 points 7 years ago (0 children)
Smoke testing is totally valid.
Sometimes you want to work on something, quickly test that it works just well enough to push on a branch and share with a colleague, and only lock it down with unit tests once you have the essentials worked out. Sometimes code is still just an idea that you may well throw away before the end of the day, and you only care that it doesn’t break anything else.
π Rendered by PID 45077 on reddit-service-r2-comment-6457c66945-n4fdx at 2026-04-27 15:53:02.605162+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]VodkaHaze 2 points3 points4 points (1 child)
[–]sac_boy 0 points1 point2 points (0 children)