Content
@
0 reply
0 recast
2 reactions
grin
@grin
what's some programming advice that's considered common sense or that you hear often, but is actually bad advice?
18 replies
7 recasts
16 reactions
dusan.framedl.eth
@ds8
DRY (don't repeat yourself) - this mostly because it's so easy to detect duplicates even for beginners. it leads to terribly misguided advice and creating stupid abstractions that complicate the code.
4 replies
0 recast
8 reactions
Jackson 🎩🍖
@jacks0n
A lot of DRY is Same By Coincidence Replace with “does this abstraction make the code simpler”
0 reply
0 recast
0 reaction