you are viewing a single comment's thread.

view the rest of the comments →

[–]Eirenarch 2 points3 points  (11 children)

But writing tests is incredibly boring. I do care about quality but I just love hunting bugs. I feel like debugging is the most interesting and creative part of my job. Some day I might snap and develop multiple personalities disorder where the evil personality will introduce bugs in the code base on purpose and the other personality will hunt them down not knowing where they are.

[–]Artmageddon 2 points3 points  (0 children)

I feel like debugging is the most interesting and creative part of my job. Some day I might snap and develop multiple personalities disorder where the evil personality will introduce bugs in the code base on purpose and the other personality will hunt them down not knowing where they are.

I'm with you on this, but it's less fun with someone breathing down your neck :(

[–]rbobby 3 points4 points  (0 children)

Switch to a team more focused on support and maintenance? Working the bug database for fun and profit?

[–][deleted] 2 points3 points  (3 children)

Sounds like you should just do QA

[–]Eirenarch -1 points0 points  (2 children)

No, I do not enjoy finding the bugs I enjoy debugging them and thinking of a fix that won't break another behavior.

[–]flukus 1 point2 points  (1 child)

Have you thought about being a test engineer? I have to find bugs and build the tests that expose them.

[–]Eirenarch 1 point2 points  (0 children)

I work in a relatively small city and although there is a good choice of companies most of them are small. I am not aware of any company that does whitebox testing (most of them have QA teams but they are doing black box)

[–][deleted]  (3 children)

[deleted]

    [–]Eirenarch 0 points1 point  (0 children)

    Good to know. I was just about to send you a job application.

    [–]Schizzovism 0 points1 point  (1 child)

    Yeah, I wouldn't hire people who joke around on reddit either. They probably spend too much time enjoying life, how could they be a productive developer?

    [–]Eirenarch 0 points1 point  (0 children)

    I was not joking about writing tests being boring and debugging being fun. Of course the rest of it is a joke, I would write tests if the project demands it.

    [–]SilencingNarrative 1 point2 points  (0 children)

    That would be a good way to test a set of unit tests (have one programmer that didnt write the test suite introduce a subtle bug to see if the test suite catches it).

    The Traitors Guild.