New ask Hacker News story: Ask HN: How do you balance between creating flexible systems and YAGNI?
Ask HN: How do you balance between creating flexible systems and YAGNI?
2 by 3737hdhd7372 | 1 comments on Hacker News.
I feel this is a constant argument I get into on code reviews Senior devs will give me feedback around “can we make this more generic/flexible/extensible in case we need to do X in the future” But I lean more towards YAGNI I would rather keep it simple/dumb/readable until we actually need the extra functionality, then refactor at that point But I admit it’s hard to find a balance
2 by 3737hdhd7372 | 1 comments on Hacker News.
I feel this is a constant argument I get into on code reviews Senior devs will give me feedback around “can we make this more generic/flexible/extensible in case we need to do X in the future” But I lean more towards YAGNI I would rather keep it simple/dumb/readable until we actually need the extra functionality, then refactor at that point But I admit it’s hard to find a balance
Comments
Post a Comment