Know a #UI #design #antipattern that really fries my rice? I hate it when I've dragged my mouse to a button like some kind of animal, and there exists a perfectly good keyboard shortcut to perform that action, and the system doesn't give me a hint.
Sneaky Throws – Exceptions aus dem Hinterhalt
Die Einführung der Generics in Java 8 hat zur einigen eigentümlichen Konsequenzen geführt. Die meisten dieser Konsequenzen fußen auf dem Konzept der Type Erasure. Die Generics sind nur Bestandteil der Java Sprache und werden demzufolge nur vom Java Compiler beachtet. Der compilie
https://schegge.de/2023/08/sneaky-throws-exceptions-aus-dem-hinterhalt/
#AntiPattern #BestPractices #Java #Pattern #Exception #Generics #Java #ProjektLombok
#antipattern #bestpractices #java #pattern #exception #generics #projektlombok
Can someone point me to actual examples from people on the ground where #ITIL didn't introduce a million silos and tank customer service? Not trying to be snarky, genuinely would like to hear examples. #antipattern
#sre #antipattern of the day: CI Hell.
No local tests or branch tests; only run them after raising the PR.
Tests fail sequentially, so it's impossible to address all the failures in one go.
Add new tests (which only run on changed code) without checking existing codebase, so existing working code is stuck in permafreeze limbo.
Make tests harder to debug than any code in the repo.
Only apply tests selectively to some code (mine, coincidentally) and not all (everyone else's apparently).
Please stay away from this confusing anti-pattern in RDF:
:s :hasAuthor "John Smith" .
:s :hasAuthor :a .
Now tell me how many authors has :s ? What do we know about :a ?
Microservice Anti-Pattern
Nach einigen Beiträgen zu Microservices soll in diesem Beitrag ein wenig über die Schattenseiten der Technologie berichtet werden. Insbesondere über Bad-Smells und Anti-Pattern, den falschen Lösungsansätzen, bei der Entwicklung eigener Microservices.
https://schegge.de/2023/06/microservice-anti-pattern/
#AntiPattern #BestPractices #Java #Pattern #BadSmell #BoundedContext #CodeSmell #Microservice #Monolith
#antipattern #bestpractices #java #pattern #badsmell #boundedcontext #codesmell #microservice #monolith
#Powerpoint qui balance une popup pour indiquer qu'il ne peut pas ouvrir le document car une popup est déjà affichée. Vous êtes sérieux #Microsoft ???
#AntiPattern #Ux
#powerpoint #microsoft #antipattern #ux
"Agile Maturity: An Agile Anti-Pattern?” with Jeremy Berriault is just one of the many great Agile sessions coming to #Agile2023. Don't miss the world's premier #Agile event:
#agile2023 #agile #antipattern #agilematurity #roadtoagile2023
@scerruti @ajroach42 the knowledge about anti-patterns goes far beyond computer science. Its universal, to any kind of organisations.
#antipattern
Lesson Learned #367: Query #Antipattern and Ring Buffer in #AzureSQLDatabase https://techcommunity.microsoft.com/t5/azure-database-support-blog/lesson-learned-367-query-antipattern-and-ring-buffer-in-azure/ba-p/3844539
#antipattern #azuresqldatabase
I don’t know why the “Register” button on many sites is so much more visible than the “Log in” link. I only register once, but I might log in daily. #antipattern
@spacedragon At least highlight the text by default or something! #antipattern
Two step login forms can honestly get in the bin.
Text boxes checking my grammar whilst I'm still writing the sentence are just distracting and rarely helpful. Go ahead and do it once I've finished the sentence, or even the whole paragraph, so you don't disturb my flow. #antipattern
@arichtman @shiba @mgorny big Anchorman energy there.
"60% of the time, it works every time."
Someone: this test is intermittently failing
Me: I'll find the root cause and fix the failure mode
A creative genius: ha ha flakey makes tests go brrrrrrr
Viele OKR-Einführungen durchleben eine Reise von der Euphorie in die Ernüchterung. Dabei gibt es interessante Anti-Patterns.
Im #Podcast mit @BjoernSchotte hatte ich einige bestürzende Erkenntnisse :-)
#podcast #antipattern #OKR #leadership
Duolingo seems to want to keep on asking to turn notifications on even though I’ve already said no several times. #antipattern
Je rate peut être un truc mais ce commentaire ne fonctionne pas du tout ?
https://softwareengineering.stackexchange.com/questions/371133/for-if-antipattern#371134
"do something with value" is absolutely not equivalent with "for value in values, if condition do something with value". Also the problem of the second exemple isn't the for loop, it's the stupid switch.
I think `useEffect` in both a child and its parent component in #react is an #antipattern. Or it should be.