|
|
|
|
|
by ttoinou
37 days ago
|
|
Me too ! I don't follow DRY that much, I'm aware that copy pasting is good enough for a few weeks / months to see how things evolve in the future, and do refactor when it's really needed. That said, how do you know if they mean different things ? For GUI code for example, they do mean the same thing, but there's a good chance the code will evolve in the future so premature refactor are wasted time |
|
Fun fact: Win32 checkboxes are buttons with a bitflag that says they are actually checkboxes.