ProgrammerHumor

myKindOfDevelopement

myKindOfDevelopement
https://i.redd.it/8b54t1daufbf1.png
Reddit

Discussion

DarthRiznat

Dont-test-anything-until-client-reports-issue driven developer

2 days ago
Goufalite
:gd::re::cs:

TDD : Ticket Driven Development

2 days ago
Repulsive-Hurry8172

Behavior Bug Driven Development

2 days ago
Aenigmatrix

JSOD – Job-Security-Oriented Development

2 days ago
casey-primozic

RPOD = Resume Padding Oriented Dev

2 days ago
thecodingnerd256

PROD Padding resume oriented dev

Seems like a good spin on yours?

2 days ago
StrangelyBrown
:cs:

Bug Analysis Development, or BAD for short.

2 days ago
tfngst
:cs:

There's no such a thing as "bug," only undocumented features.

2 days ago
exnez
:cs:

It’s a feature department*

2 days ago
Jumpy_Ad_6417

I’m more of an undeveloper. I break down large monoliths that have fallen over. Breaking down their macrostructures back down to bits for the earth to re-use. 

2 days ago
midnightrambulador
:py:

Finally I understand why it's called an ecosystem

2 days ago
JesusChristKungFu

My first job out of college was setup that way. No tests, we did internal testing, which many of my co-workers did not, and the users/clients tested on beta, which many did not. Ended up sending several bugs to production because the original developers were dummies and would have a view that should be 20+ different views, 6 different apps, I'm more of a backend developer, and the users never tested right. We should have "promoted" some of the dummies who were "programmers" onto a testing subteam or create a testing team.

2 days ago
Suyefuji

My first programming job was in QA. About a year in, my company had the brilliant idea of cutting costs by laying off the entire QA department. About two years after that, they went under.

Hmm.

2 days ago
JesusChristKungFu

This guy didn't realize it, but I and my supervisor would pass libraries we wrote onto him and he'd find bugs. Right hand on the Bible, I wrote guards to make them idiot proof, but he'd somehow mess up the call like not setting his app's name for a security lib or something like that on PHP and gun to the head he didn't know what an Object is despite holding a Java Dev position and having 10+ years of experience in C#.

2 days ago
Suyefuji

I'm actually an incredible error magnet, which is why I work so well in QA.

I'm the person who does a simple git clone and ends up spending 4 hours with a t3 support person before they find out that I somehow created an invisible directory around my branch that was preventing it from pushing and pulling properly, despite having done absolutely nothing unusual while cloning.

I'm the person who used a bpm calculator (you tap a key in time to the rhythm and it tells you the bpm of the song) and managed to get NaN. And I could duplicate it every time.

I can and will find the most obscure bug in your code, not because I'm stupid, but because I'm supernatural.

2 days ago
JesusChristKungFu

This guy was just stupid, but he would be great as a QA Tester. For God's sake, he spent a long time working on a Ubuntu Linux VM project and didn't know that file paths are case sensitive on Unix-based systems. Then when we called him out he goes "How am I supposed to know that?". Seriously?

2 days ago
Suyefuji

That depends on whether or not he can write an error report with the requisite information when he fucks something up, I guess. Or if he's really that valuable then he would be part of a dyad where the other half served that function.

2 days ago
Normal_Cut8368

silence stupid driven QA tester,

Satan's chosen One driven QA tester is speaking

2 days ago
Suyefuji

Mods, can I have this as a flair?

2 days ago
topological_rabbit

I once worked with a QA guy like you. He was able to find the most insanely-subtle bugs in what should have been rock-solid code. The phrase that guy heard the most was "how did you find that??"

2 days ago
iceman012

I'm the person who used a bpm calculator (you tap a key in time to the rhythm and it tells you the bpm of the song) and managed to get NaN. And I could duplicate it every time.

I would love to know what the bug was. Obviously, it's dividing by 0 for some reason, but what was happening to trigger that?

2 days ago
topological_rabbit

Maybe he's got millisecond-accurate timing so that the timing period delta was 0 and was being used as a divisor...

2 days ago
Suyefuji

We never found the cause. I was the only one ever able to replicate it, and even doing it in front of the dev (virtually, because remote), didn't help. I would deeply love to know how it worked myself.

2 days ago
FluidIdea

Ok we should get some beer together

2 days ago
topological_rabbit

I loved working with a professional QA team. When we all switched to "devops which means you test and deploy your own code so now we can fire QA!", things went to hell pretty damned fast.

2 days ago
big_guyforyou
:py:

whenever i update my client on the newest patch i just fuckin

cat patch.py | mail -s "New patch" myclient@gmail.com
2 days ago
EuenovAyabayya

How to get client staff embedded at your site in one easy step.

2 days ago
broken_pieces

Users are the best testers I always say 🤪

2 days ago
LooksLikeAWookie

Fucking hell. Worked for a startup where one of the young leaders felt this was how the best innovation was done.

2 days ago
BobbyTables829
:holyc:

The MSFS method

2 days ago
RollingKitten2

👆

2 days ago
Nisd

Errors? That's the stuff only reported by clients.

2 days ago
MoffKalast
:js: :j: :cs: :py:

We call that Agile.

2 days ago
Bee-Aromatic
:py:

I had a professor that called that “hope to God programming.” One writes the whole thing and then hopes to God that it works.

2 days ago
thinog

The client is the best QA

2 days ago
nexusSigma

The fuck-it-we-ship-at-dawn type of developer I see. A man of culture.

2 days ago
elongio

A.k.a. Scream Test Developer.

1 day ago
stupled

More don't fix it unless is reported by client.

2 days ago
Icount_zeroI
:ts::py::g:

I have unit/E2E testing ticket in backlog for over a year now … I guess I will never finish this sighs

2 days ago
MyAntichrist

Or, subscribe to Copilot, run your code base through agentic mode and be done in 20 minutes and cancel the subscription - for free!

Disclaimer: unit tests may not test your application

2 days ago
PhysiologyIsPhun

Let's say in a world where you knew you'd never have time to create those awesome, robust unit tests. Do you think doing something like this would be better than just not having any tests?

2 days ago
MyAntichrist

I'm gonna quote a coworker here on being asked whether he checks what Copilot generates for his unit tests: "if they light up green then no."

And a more serious answer: if just 10% of the tests actually make sense that's 10% more than before, and for the rest there's at least the classes ready to be filled with life. It's really a "not good not bad" situation to me.

2 days ago
mxzf

The problem is that at that point you can't actually trust the tests to work properly. If you make a change and the test starts erroring, you can't be sure if it's your code that's wrong or the test that's wrong, you need to debug both.

2 days ago
MyAntichrist

The takeaway in that case is "I need to finally properly implement this shit". The typical action on the other hand is "disable the test and fix it when there's time".

2 days ago
bevy-of-bledlows

Jesus Christ. Committing stubs to the codebase isn't ideal but its 1000x better than whatever the fuck this workflow is.

2 days ago
topological_rabbit

Bringing LLMs into engineering has to be the dumbest programming fad I've seen in decades.

2 days ago
uzi_loogies_

Any time an LLM is in a position to make a decision is a failure.

2 days ago
crappleIcrap

You think i need ai to not trust my tests? You undestimate my power of ineptitude. Where do you think the models scraped all the brilliant ideas for "testing" from. It was people like me "fixing" tests by making them expect whatever the hell it is currently getting and light up green. I assume it probably is meant to work like that anyway, the test must be wrong... goes brrr.

2 days ago
KirisuMongolianSpot
:cs::py::j::js::m::unity:

Isn't this always the case? About a month ago I pointed out a bug in a piece of software initially designed by me then heavily refactored by another guy. He responded with "...but it passes the test." The problem is that a test failing does not tell you your code is broken, it tells you the test failed. That may be because the code is broken, or the test is broken, or the test is just not testing what you intend it to.

To be clear, not arguing for AI here (at present have resisted using it), just that tests are nearly useless even without it.

2 days ago
crappleIcrap

Tests aren't meant to be QA testing, each phase of testing has specific roles. Integration tests make sure your shitty checkout code didnt mess up someone elses shitty product code, security tells you early if your shitty checkout code broke someone elses shitty authentication code. E2E testing tells you if your shitty checkout code breaks someone shitty webkit-specific workaround.

They are not fool proof, they are an early warning system.

2 days ago
mxzf

In theory, yes, tests can be wrong even when written by a human.

In practice, tests created by a human with intent are usually going to be right, but you might need to fix them at times. With LLM tests, you can't start with any sort of assumption that the test is testing what it's supposed to be testing for the reasons it's supposed to be testing it.

2 days ago
PhysiologyIsPhun

🤔

2 days ago
Jumpy_Ad_6417

“These tests only look like they work. They don’t do anything!”

AI is already at my level, fuck

2 days ago
Icount_zeroI
:ts::py::g:

You ever worked in corporate where just getting vscode update goes through 4 rounds of approval? We now do have some AI available, but man it’s so shitty and all chats are directly seen by IT administrators.

2 days ago
stipulus

That's robot work

2 days ago
Pristine_Listen_6180

it's finished, you are just having a hard time accepting it.

2 days ago
quinoathedoge

Our e2e testing task was sitting in the backlog for 2 years, left forgotten, until the new guy saw it and asked about it. It’s 3 years now

2 days ago
ImportantDoubt6434

Nothing more permanent than a unit test in the backlog

2 days ago
QultrosSanhattan

print() driven development entered the chat.

2 days ago
Secret_penguin-

Cheaper than breakpoints

2 days ago
sonehxd

let me just quickly comment out a few asserts here and there

2 days ago
Secret_penguin-

Assert True is True

2 days ago
topological_rabbit

I think that can actually fail in javascript.

2 days ago
Secret_penguin-

JavaScript is nondeterministic and you can’t convince me otherwise

2 days ago
veselin465

One would think that empty program would do nothing

Yet, Javascript will make a way to: compile, show error, do nothing and do something at the same time

2 days ago
topological_rabbit

We don't need quantum computers, we have javascript!

2 days ago
veselin465

So, JS is in superposition

Maybe that's why it supports "super" keyword

2 days ago
Honeybadger2198

undefined variable "True"

2 days ago
quantinuum

Neutrinos go brrrr

2 days ago
ColdPorridge

Wait don’t comment that out I rely on that behavior

1 day ago
7pebblesreporttaste

What's the difference/g

2 days ago
Pump_My_Lemma
:ansible:

One uses proper unit testing. The other uses caffeine, self loathing, and random shit.

2 days ago
assmantitsybitsy

Which one is which? /s

2 days ago
flori0794

And whats the Dev who uses both?

2 days ago
AlveolarThrill

With error-driven development, the errors often pop up much later in production, so there's a higher risk of damage (which is nothing serious if you're making a website for a teenager who hired you on Fiverr, but it isn't great when you work on e.g. hospital systems, wildfire alert systems, etc). A well-designed test can catch issues before the code goes to production.

However, that's mainly theoretical. Designing tests isn't easy, often they're kind of half-assed, so you'll get errors in prod anyway.

There's the old joke where a software developer develops a bar, and the tests include asking the bartender for one drink, five drinks, 7 million drinks, ⅗ drinks, -π drinks, and it's all accounted for, but then a customer walks in, asks where the bathroom is, and the whole bar catches on fire.

It still helps, though, so it's generally good practice to have tests, you'll massively reduce the number of bugs reported in prod.

2 days ago
RandallOfLegend
:cs::m::rust::py:

In my last job I had to deal with a lot of bad tests written for math libraries. As an overcorrection to that, the software manager wanted all low level math functions to have input checks for NaN/Inf. Well that slowed our software down to an absolute crawl. My suggestion that only high level "Algorithm type" code should have the initial checks and low level stuff that gets called 1 million times should just be weapons free was met with massive consternation from the same manager. I won in the long run.

2 days ago
zabby39103

Ah the long run win. My favorite as a grumpy senior dev. I like to say "I might be the first person to suggest this, but I won't be the last".

2 days ago
zabby39103

Lol, we use error driven development on our hospital systems.

The secret is we deploy the new version to sites that are under construction, and count on the user doing the hospital commissioning testing to catch any bugs.

Ideal? No, but it's not like the test driven development catches everything, site deployment is always part of it. If I was in charge I'd put tests in, but I'm not.

2 days ago
GenericFatGuy

TDD is specifically a practice where tests are written before code is. You can still write tests after you write code, and before you go to production.

2 days ago
Kitchen_Device7682
:sc:

I don't know. The first step of TDD is to write a failing test.

2 days ago
deadwisdom

Literally the point of TDD.

OP means "Prayer driven development"

I tested this thing manually one time, please god let it never be an issue again.

2 days ago
GreatGreenGobbo

Apathy Driven PM. Just get it finished so I can be off this crap project to start the next pile of crap.

2 days ago
De_Wouter

If-business-cant-define-requirements-nothing-is-a-bug driven developer

2 days ago
Get_Rifted

But the business can never define requirements…

2 days ago
a_Stern_Warning
:c:

Sounds like we can close that QE subtask then, great work

2 days ago
Soloact_

I let the runtime decide my fate like a true believer.

2 days ago
Gamechanger925

I think TDD (Test Driven Developer) is like pure discipline, and Error Driven Developer (EDD) is like spirits awaken through deep pain...

2 days ago
INDE_Tex
:cs::js::ts::py::p:

I channel the Omnissiah every time I launch my program in prod.

2 days ago
jacksh3n

Test in production is the only way to go

2 days ago
Secret_penguin-

You joke but it’s the only real test there is. Everything else is hypothetical.

2 days ago
Majik_Sheff
:asm::c::cp::j::p::py::lua::perl::bash:

Meanwhile fear-driven development is quietly sweating at the back of the room wondering how long this meeting will take.

2 days ago
JuciusAssius

I'm more of a CEO-needs-to-make-a-public-statement driven developer.

2 days ago
snacktonomy

I like it, that's up there with the "find out about the issue from the news" development 

1 day ago
BeefJerky03

if i hit run and it runs, to prod it goes

2 days ago
SmallTalnk
:rust:

Error driven development? That sounds like rust

2 days ago
ridicalis

Yeah, they didn't specify compile-time or run-time; if it's the former, definitely Rust; otherwise, probably a C++ segfault.

2 days ago
cheesegoat

Honestly, the more errors you can make compile-time errors the better.

2 days ago
ali4004

That event being the approaching deadline

2 days ago
LushRipple

"You had to deploy yesterday feature that I mention today for the first time" driven development

2 days ago
I_Think_It_Would_Be

"Error Driven Development" is what you do when your business users can't tell you exactly what they want, but they'll know it s wrong when they see it.

"No, this is wrong. Can you do it like this instead?"

Finally, after 5 revisions and 7 quick fixes, we're production-ready.

Time for a proper re-factor? Sorry, the sprint is already full of new items.

2 days ago
ButWhatIfPotato

First off, utterly fantastic name; second, error driven development is actually compatible with the live fast die young / YOLO 4 LIFE / I am the Sonic the hedgehog of great ideas for web applications / I want things done yesterday of 90% of the clients I had when working with digital agencies.

2 days ago
veracity8_

You learn more in 1 hour of usage than you will from 1 week of reviews.

2 days ago
Agusfn

how come our product actually has something to offer, we only need tests to succeed

2 days ago
akidomowri

Puts Driven Development

2 days ago
FruityTouchX

I don't break the code, I throw exceptions for enlightenment

2 days ago
JCNightcore

as my IT teacher said back in time: Programming by attempts

2 days ago
Spyko

Test driven in theory.
Error driven in practice

2 days ago
CaoSlayer

No jokes, somehow my fastest way to develop is to write the whole thing and then deploy/compile and start going through the errors until I got all them fixed and my self esteem demolished by the silly stuff.

Doing it part by part testing small things takes a lot longer if developing for something old that requires like 5 minutes between compiling, building and starting up the server.

I also a lot of time debug while is building/deploying... and redeploy before the first deploy was over.

2 days ago
mrc_001

Test driven development is just error driven development with extra errors.

2 days ago
FlacidMetapod

Did I share this in my works Slack channel? Yes. Did I get DM's with a guys name and LOL after it? Yes.

2 days ago
BaseUnited4523

"Let's put it in the kitchen and see if it cooks!" Al Bundy

2 days ago
Crozzfire

If those errors are at compile-time I am all for it

2 days ago
Intelligent-Hold5504

DDD: damage driven development We had a colleague that was an expert of this kind. Guy could write a code in two hours you wouldn't understand in a day

2 days ago
ganked_it

Tdd is error driven dev but faster

2 days ago
jmccleveland1986

I’m just gonna send it.

2 days ago
Ecstatic_Doughnut216

Bug driven developer

2 days ago
etoastie
:sc::ts::py::rust:

/gen; Error UX is actually really important in prod though. Tests won't catch everything, and having good error reporting will dramatically simplify the oncall work of debugging issues. You might test that a specific condition triggers a specific error for known issues. But throw a good error code interface behind monitoring and you can start finding classes of unknown-unknown issues that your tests aren't catching.

In code reviews I usually care less about "have we tested every edge case" and more about "when it fails, what's that going to look like to users/support/devs?" (Obviously not saying do this instead of testing, just something extra to consider.)

2 days ago
MrInternetToughGuy

Don’t kid yourself. You’re a repost developer.

2 days ago
H3llskrieg

Compiler Driven Development has entered the chat

2 days ago
physicsking

Where is the AI-driven developer's seat at this table?

2 days ago
topological_rabbit

Server's down or they ran out of credits.

2 days ago
FallenWhim

Meanwhile me, a rest-driven developer, because rest apis are no longer enough

2 days ago
OrnerySlide5939

Honestly, what drove my development was always hormones

2 days ago
chinstrap

I used to write VBA code. It has an "On Error Continue Next" statement......

2 days ago
Mr_J90K

VibeDrivenDevelopment: Always migrating to the latest and greatest.

2 days ago
ProgrammersPain123
:cs:

Where prediction driven developer

2 days ago
RandallOfLegend
:cs::m::rust::py:

You WILL do both. Test driven errors are the devil you know. So you're just making sure to not self inflict injury.

2 days ago
Vivid-Mud9559

The only way how to do it properly!

2 days ago
nilslorand

tests take way too long to write

2 days ago
EntertainmentIcy3029

Let me just put a variable in this error message and run the pipeline again so in an hour when it fails again i'll know why

2 days ago
BedtimeGenerator

Error driven backlog

2 days ago
Revolutionary-Break2
:g:

I-have-no-story-points-for-tests driven developer

2 days ago
Electrical_Apple_678
:js:

i test WAYYY to much. often causes problems with productivity

2 days ago
PilsnerDk

I'm somewhat of a Production Driven Developer myself

2 days ago
NV-6155

You don't run tests because you prefer to catch and diagnose errors

I don't run tests because I never figured out how to properly write/use them

We are not the same

2 days ago
HedgehogOk5040

I'm a "i write test cases and then delete them because it's a lot of clutter." What does that make me

2 days ago
HedgehogOk5040

(The answer is a dick)

2 days ago
bloke_pusher

I go with AI absolutism, if the AI doesn't see the bug, it doesn't exist.

2 days ago
IamHereForThaiThai
:c::j::py::gd:

Test to see if there is error

2 days ago
tsteinholz
:py::c::cp::g::js::hsk:

You don’t need to define ALL of your unit test upfront. If you get an error then you capture it in your unit tests to verify you fixed it and prevent a future regressions

1 day ago
Downtown-Jacket2430

isn’t EDD and TDD the same thing, if you consider your test suite code

1 day ago
m477_
:c::cp::rust::js::ru::py:

Yeah I do test driven development. I ship a release to the client and they test it and tell me what's broken.

1 day ago
raimondi1337

I pray you retire unharmed to San Francisco. Kent Beck will be punished, I swear it. Withdraw, or we will all die here.

1 day ago
get-all-the-games

CDMA: Customer-driven monitoring and alerting.

21 hours ago
CobaltVale

Incredibly stupid meme format

2 days ago