Email or username:

Password:

Forgot your password?
Top-level
slotos

@GrahamDowns @jk remember, code looking similar doesn’t make it the same.

DRY principle is about knowledge, not code. There’s an expensive difference between the two.

3 comments
Graham Downs

@slotos That's fair too. Each of those four implementations could be slightly different, and for various reasons, need to stay that way. Not every hammer is suitable for every nail. ;-) @jk

mikeTesteLinux

@GrahamDowns @slotos @jk So true. DRY is usually interpreted so "by the book" that sometimes it give birth to a monstrous code.

Sean Murthy

@GrahamDowns @slotos @jk Nothing a little control coupling can't fix. 😉

Go Up