https://dev.to/mcsee/code-smell-69-big-bang-javascript-ridiculous-castings-49ij
This handy operator is a trouble maker. TL;DR: Don't mix booleans with non-booleans. ... Tagged with codenewbie, oop, programming, webdev.
code smellbig bangdev communityjavascriptridiculous
https://dev.to/mcsee/code-smell-27-associative-arrays-2n7j
[Key, values], magic, fast, malleable and error prune. TL;DR: Use arrays for rapid prototyping, use... Tagged with oop, webdev, codenewbie, tutorial.
code smellassociative arraysdev community
https://ericwbailey.website/published/aria-label-is-a-code-smell/
If it is important enough to need words, it is important enough to use text content.
code smelleric baileyarialabel
https://dev.to/mcsee/code-smell-291-mutable-keys-5flf
Changing Keys, Losing Values TL;DR: When you use mutable objects as keys in hashed collections,... Tagged with webdev, cleancode, java, refactoring.
code smelldev communitymutablekeys
https://dev.to/producthackers/code-smell-too-many-imports-221e
Hello, today I am writing again and this time I am going to introduce you to how we incur in a very... Tagged with codequality.
code smelldev communitymanyimports
https://dev.to/gothinkster/code-smell-shotgun-surgery-2c47
If nothing else, the name of this code smell is one of the more entertaining names. The shotgun surge... Tagged with codesmells, refactorit, webdev,...
code smellshotgun surgerydev community
https://dev.to/mcsee/code-smell-214-duplicate-parameter-names-4a81
Two arguments of the same type. Two equal names TL;DR: Turn on Strict Checks ... Tagged with webdev, javascript, beginners, programming.
code smelldev communityduplicateparameternames
https://dev.to/mcsee/code-smell-196-javascript-array-constructors-4cl5
Array creation is homogenous and predictable, or is it a hack? TL;DR: Be very careful with... Tagged with ai, chatgpt, botchallenge.
code smelljavascript arraydev communityconstructors
https://dev.to/mcsee/code-smell-171-plural-classes-3d0i
Classes are my precious TL;DR: Classes represent concepts. And concepts are singular. ... Tagged with webdev, beginners, programming, tutorial.
code smelldev communitypluralclasses
https://dev.to/thinkster/code-smell-black-sheep-method-1pn7
The black sheep code smell revolves around the concept of a class which contains a single method whic... Tagged with codesmells, webdev, productivity.
code smellblack sheepdev communitymethod