Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
secretly? I hope he knows everything is tracked in git (or whatever svc you are using)
-
Our school's headmaster back then: "All teachers must only code in english with their students!"
Also headmaster:
"public void schließeSchreibgerät()" -
TDD, what the fuck is TDD 🤣 We might have something resembling a test suite if I spent less time fighting fires and dealing with bulk data imports.
-
@gitpush Yeah, "secretly" in the sense that it comes as a surprise when customer service tells us users are having issues with the site, rather than in the sense that we can't see what he's done once we know we're looking for something.
-
ganey957yCommit rules might be useful, you could set master to only allow pull requests from a staging branch, and staging can only accept pull requests. Neither are direct writable.
-
@d4ng3r0u5 bulk data imports are pain. I started doing TDD exclusively for that. Who wants to spend days checking that thousand of records are imported correctly? It's not easy to write TDD for that but it will save your day
CTO: "You must write good tests with high coverage, ideally use TDD. We need confidence in our releases."
Also CTO: *Secretly commits code changes directly to master at 3am, breaks tests, skips CI, publishes, tells no-one*
undefined
tdd coverage ci