#anti_patterns search results
Nuevo #Episodio HOY / New #Episode #TODAY, listen now, links in bio... En éste episodio del #Podcast 🎙️ les platico sobre #antipatrones en las #practicas #agiles #DoAgileBeAgile #DoAgile #BeAgile #AgileCoach #SoftSkill #Agile #Scrum #Kanban @doagilebeagile
Nuevo #Episodio HOY / New #Episode #TODAY, listen now, links in bio... En éste episodio del #Podcast 🎙️ les platico sobre #antipatrones en las #practicas #agiles #DoAgileBeAgile #DoAgile #BeAgile #AgileCoach #SoftSkill #Agile #Scrum #Kanban @doagilebeagile
आपके डेस्कटॉप यूआई पालतू शिखर क्या हैं? / #anti_patterns #W.. vk.cc/8ACROj
你遇到的最糟糕的反模式 answer-id.com/51768171 / #language_agnostic #anti_patterns #Answer_id #zh #系统开发者
আপনার ডেস্কটপ ইউআই কি পোষা peeves কি? / #anti_patterns #Switch_Case #bn #ব্যবহ.. vk.cc/8HWnsR
什么是“过于复杂,几乎没有设计的界面”的吸引人的名字? / #anti_patterns #Answer_id #zh #用户.. vk.cc/8C7D5A
Los peores antipatrones que has encontrado es.switch-case.com/51768171 / #language_agnostic #anti_patterns #Switch_Case #es #Desarrolladores_de_sistemas
Os piores antipadrões que você encontrou pt.switch-case.com/51768171 / #language_agnostic #anti_patterns #Switch_Case #pt #Desenvolvedores_de_sistemas
Die schlimmsten Anti-Muster, die du gesehen hast de.switch-case.com/51768171 / #language_agnostic #anti_patterns #Switch_Case #de #Systementwickler
Care sunt peeves-ul pentru desktop-ul dvs. de pe desktop? ciupacabra.com/50843573 / #anti_patterns #CiupaCabra #ro #Utilizatori_si_experți
Quais são os seus pontos de interesse para a área de trabalho? pt.switch-case.com/50843573 / #anti_patterns #Switch_Case #pt #Usuários_e_especialistas
¿Cuál es un nombre pegadizo para "interfaz demasiado compleja y apenas diseñada"? es.switch-case.com/50938807 / #anti_patterns #Switch_Case #es #Usuarios_y_expertos
¿Qué tipos de anti patrones de codificación siempre refactorizas cuando los cruzas? es.switch-case.com/50846423 / #refactoring #anti_patterns #Switch_Case #es #Tecnología_Información
O que é um nome atraente para "interface excessivamente complexa e mal projetada"? pt.switch-case.com/50938807 / #anti_patterns #Switch_Case #pt #Usuários_e_especialistas
Was ist ein eingängiger Name für "übermäßig komplexe, kaum gestaltete Schnittstelle"? de.switch-case.com/50938807 / #anti_patterns #Switch_Case #de #Benutzer_und_Experten
Is duplicating files to avoid programming branching a good or anti pattern? - Visit programmatic.solutions/cbmqdr/is-dupl… for the answer. #design_patterns #anti_patterns #dry #files #programming
What is priming the pump? Sometimes called a priming read - Visit programmatic.solutions/7f5ha2/what-is… for the answer. #design_patterns #anti_patterns #loops #programming #computer
Using a one-shot class to store not-quite-global variables - Visit programmatic.solutions/3qvlf3/using-a… for the solution. #design_patterns #coding_style #anti_patterns #programming #computer
Lookup pattern as a way of passing global references - Visit programmatic.solutions/3mh6gw/lookup-… for the solution. #design_patterns #refactoring #anti_patterns #service_locator #programming
CQRS+Event Sourcing as Top Level Architecture: Anti-Pattern - Visit programmatic.solutions/ylw35g/cqrseve… for the solution. #architecture #domain_driven_design #anti_patterns #cqrs #event_sourcing
Should I refactor large functions that mostly consist of one regex? - Visit programmatic.solutions/1zsyx3/should-… for the answer. #programming_practices #refactoring #anti_patterns #regular_expressions #single_responsibility
Forcing people to read and understand code instead of using comments, function summaries and debuggers? - Visit programmatic.solutions/egaqd6/forcing… for the answer. #code_quality #comments #anti_patterns #programming #dev
Are so called "cross-cutting concerns" a valid excuse to break SOLID/DI/IoC? - Visit programmatic.solutions/ibds1u/are-so-… for the answer. #dependency_injection #solid #anti_patterns #singleton #programming
Is it an anti-pattern for Swift functions that take in a sender to have a label for that parameter? - Visit programmatic.solutions/twqs1b/is-it-a… for the answer. #anti_patterns #parameters #swift_language #labels #programming
Name/Fix for Production Code Whose Sole Purpose is to Facilitate Testing? - Visit programmatic.solutions/miob2p/name-fi… for the answer. #csharp #design_patterns #anti_patterns #programming #softwaredeveloper
What is priming the pump? Sometimes called a priming read - Visit programmatic.solutions/7f5ha2/what-is… for the answer. #design_patterns #anti_patterns #loops #programming #computer
Is it an anti-pattern to use void* and enums to enable type-checking? - Visit programmatic.solutions/e6en63/is-it-a… for the answer. #cpp #anti_patterns #cpp11 #polymorphism #programming
Passing an object into a method which changes the object, is it a common (anti-) pattern? - Visit programmatic.solutions/c9tdsk/passing… for the answer. #code_smell #anti_patterns #parameters #programming #development
Using a one-shot class to store not-quite-global variables - Visit programmatic.solutions/3qvlf3/using-a… for the solution. #design_patterns #coding_style #anti_patterns #programming #computer
Is an imposed workflow of services call an antipattern? - Visit programmatic.solutions/wndwzx/is-an-i… for the answer. #anti_patterns #service #programming #programmer #technology
Multiple properties/methods giving the same result - Visit programmatic.solutions/k7kivz/multipl… for the solution. #csharp #anti_patterns #code_smell #properties #programming
Counting lines or enumerating line numbers so I can loop over them - why is this an anti-pattern? - Visit programmatic.solutions/p7csd6/countin… for the answer. #bash #shell #anti_patterns #programming #software
Are exceptions as control flow considered a serious antipattern? If so, Why? - Visit programmatic.solutions/8r42pq/are-exc… for the answer. #exceptions #anti_patterns #finite_state_machine #programming #100daysofcode
Is there a better way to use C# dictionaries than TryGetValue? - Visit programmatic.solutions/47v63o/is-ther… for the answer. #csharp #anti_patterns #code_smell #dictionary #out_parameters
Where and when to include assets in languages that don't care where they are declared? - Visit programmatic.solutions/m3awic/where-a… for the answer. #programming_practices #anti_patterns #programming #100daysofcode #coders
What principle is violated by having a button do two radically different things or screens act radically different depending on the situation - Visit programmatic.solutions/ah5jwz/what-pr… for the answer. #design_patterns #user_interface #anti_patterns #single_responsibility #user_experience
Bateson-Volk / Koenig here: #meta_patterns, #anti_patterns, (goo.gl/IwJOOi), #poltergeists, #lavaflow & more
Something went wrong.
Something went wrong.
United States Trends
- 1. Packers 93.7K posts
- 2. Eagles 122K posts
- 3. Jordan Love 14.3K posts
- 4. #WWERaw 122K posts
- 5. Matt LaFleur 7,937 posts
- 6. $MONTA 1,269 posts
- 7. AJ Brown 6,531 posts
- 8. Jaelan Phillips 7,194 posts
- 9. Patullo 11.9K posts
- 10. Smitty 5,375 posts
- 11. #GoPackGo 7,759 posts
- 12. McManus 4,086 posts
- 13. Sirianni 4,786 posts
- 14. Grayson Allen 3,178 posts
- 15. Cavs 10.6K posts
- 16. #MondayNightFootball 1,912 posts
- 17. Pistons 14.6K posts
- 18. Devonta Smith 5,868 posts
- 19. John Cena 99K posts
- 20. Wiggins 11.9K posts