agilemanifesto.org/principles.h...
agilemanifesto.org/principles.h...
Give them the environment and support they need,
and trust them to get the job done."
Adopting the tools of Shape Up and defining work at the right level of detail (not over/under shaped) has been the best way I've found to achieve this.
Give them the environment and support they need,
and trust them to get the job done."
Adopting the tools of Shape Up and defining work at the right level of detail (not over/under shaped) has been the best way I've found to achieve this.
of work not done--is essential."
This one has honestly saved me and teams I've worked with more times than I could count. Don't build things you don't need. Don't build overly complicated things.
of work not done--is essential."
This one has honestly saved me and teams I've worked with more times than I could count. Don't build things you don't need. Don't build overly complicated things.
If you're giving a status update, show the darn thing, working or not. Always a little challenging if you're doing a refactor, or something particularly data/backend focused, but do it anyway.
If you're giving a status update, show the darn thing, working or not. Always a little challenging if you're doing a refactor, or something particularly data/backend focused, but do it anyway.
all_access_previously_became_true?
But to your point in the post, I’m not sure that makes things any better.
all_access_previously_became_true?
But to your point in the post, I’m not sure that makes things any better.
I feel like, if I was writing the original code, I probably would have put the conditional on the after_save_commit hook - as a lambda though rather than a predicate method of a similar name.
Easier to see the side effects and their triggers in one place then.
I feel like, if I was writing the original code, I probably would have put the conditional on the after_save_commit hook - as a lambda though rather than a predicate method of a similar name.
Easier to see the side effects and their triggers in one place then.
I feel like the 15 properties probably take this a level further though by exploring the relationships between CRAP.
I feel like the 15 properties probably take this a level further though by exploring the relationships between CRAP.