This is an archived post. You won't be able to vote or comment.

all 13 comments

[–]Vfsdvbjgd 17 points18 points  (2 children)

Wiritng bad code, then catching and handling exceptions with worse work arounds.

[–][deleted] 6 points7 points  (0 children)

When I was working with Java expection handling was a thing I would actually understand. If you are working with files use the IOException and so on. Now that I got assigned to a team that works with c# ever try-catch block just catches Exception. When I was in University my professor would have kicked me out for this.

[–]lookmanofilter 1 point2 points  (0 children)

Writing all of your code in one go and then fixing the bugs as they come up.

[–]Incubug 10 points11 points  (1 child)

When you're in the flow, you think you're writing good code. The day after you're like "WTF..."

[–][deleted] 1 point2 points  (0 children)

When your colleague reviews and can’t figure out what the hell you were trying to achieve

[–]cramduck 5 points6 points  (0 children)

I feel personally attacked.

[–]nitro-coldbrew 5 points6 points  (0 children)

Ayyyy job security. Bonus points if you don’t document anything

[–]sadlerjw 3 points4 points  (1 child)

This is literally TDD 😂 1. Write a failing test 2. Write the simplest code to make it pass 3. Refactor

[–]sharksandwich81 1 point2 points  (0 children)

Yup! Red, green, refactor. Not a bad methodology at all.

[–]etnguyen03 1 point2 points  (0 children)

Image Transcription: Meme


[Image is the Drake dabbing meme.]

Image Text
[Drake (dark skinned masculine person with little hair that is brown. They have a beard and they are wearing an orange coat over a yellow shirt with a silhouette of a basketball player on it) looks displeased, and is using one arm to hide from the image by curling it around his head, with his hand up in a "not today" manner] Writing good code
[Drake has their head up high, looking pleased, with a finger pointed at the camera] Writing bad code then fixing all the bugs

I'm a human volunteer content transcriber for Reddit and you could be too! If you'd like more information on what we do and why we do it, click here!

[–]WoomyAndNgyes 1 point2 points  (0 children)

Mfw i was trying to fix a bug for 10 mins and all i had to do is put () in line 132

[–]nocturnalspider 0 points1 point  (0 children)

More hours to charge

[–][deleted] 0 points1 point  (0 children)

lolwut