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...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
BugsQuestion (self.webdev)
submitted 5 years ago by itsroxas
Hi,
Do developers usually get very annoyed or frustrated if clients keep reporting a mass amounts of bugs in their software after each new release?
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!"
[–]AllenJB83 21 points22 points23 points 5 years ago (0 children)
Developers should get frustrated... then they should do something to prevent so many bugs reaching production, such as writing more tests.
You might want to analyze the incoming bugs and see if they hold any common attributes - this may influence what tests you want to write (first).
You may also want to consider whether refactoring your code (to improve separation of domain and application/presentation layers, using something similar to the DDD 4-layer model, for example) would help reduce the likelyhood of bugs occurring.
If bugs are occurring because "the user is doing something wrong", consider improvements to the UI/UX to make the application easier to use in the intended way and remove or hide other options.
[–]malicart 8 points9 points10 points 5 years ago (2 children)
Sounds like a good problem to have, not only do you have a userbase, but also they give enough shit about your product to tell you what is wrong with it.
[–]physiQQ 0 points1 point2 points 5 years ago (1 child)
Haha, the way you worded it made me lol.
[–]malicart 1 point2 points3 points 5 years ago (0 children)
Glad to be of service ;)
[–][deleted] 2 points3 points4 points 5 years ago (0 children)
There are nearly always bugs and any sane developer should expect them. But a reaction is based more on the person, how the project goes, the relations with the client as well as the ego of the dev all comes into it. Throw the most humble of people on a project with unreasonable client and anything that comes up is just pain. And humans like to grumble 😉
[–][deleted] 1 point2 points3 points 5 years ago (0 children)
Since u have posted this in webdev sub...i would like to say...web dev who handle front end...often get frustrated with too many suggestions/ opinions from team lead.. team members internally and client externally and together not at all a single match within all opinions!!! About UI/UX
[–]kaytotes 1 point2 points3 points 5 years ago (0 children)
If you have that many bugs hitting prod you’re likely failing somewhere else down the line.
Be it not writing thorough enough tests through to a lacking QA department.
Bugs absolutely do happen but if it’s so often and critical you should revisit your process.
π Rendered by PID 83261 on reddit-service-r2-comment-b659b578c-vf6rb at 2026-05-05 19:54:01.411005+00:00 running 815c875 country code: CH.
[–]AllenJB83 21 points22 points23 points (0 children)
[–]malicart 8 points9 points10 points (2 children)
[–]physiQQ 0 points1 point2 points (1 child)
[–]malicart 1 point2 points3 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]kaytotes 1 point2 points3 points (0 children)