A recent devBetter . com discussion:

"How can we automate moving stories from current to next sprint in Azure DevOps?"

You're trying to automate away pain that is a symptom of a problem with your process.

#AzureDevOps #DevOps #scrum
The underlying problem is that you're trying to stuff too much into a sprint. If you're close to accurate, then you should be over half the time and under half the time, and only by a little bit, so there shouldn't be enough work to require automation.
If you have enough work that you need to automate it, then probably you're over more than half the time and by more than a story or two.

If that's the case, the solution isn't automation, it's putting fewer things in your sprint.
Minimize WIP and optimize for flow.
Sadly it's probably outside of your control how much goes into a sprint, but to the extent you have some say in it, push for fewer things. And point out it's a fallacy for stakeholders to think they're going to get more done if they try to overfill the sprint.
The opposite is actually true - because you're spending more time managing stories and that time would have been spent on delivering them.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Steve "ardalis" Smith

Steve

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @ardalis

Mar 22
Clean architecture aka ports and adapters is simply an approach to building systems that follow DIP. That is, depend on abstractions not implementations, and make sure those abstractions don’t depend on details.
#dotnet #cleanarchitecture
It doesn’t make exceptions for different kinds of implementations. It doesn’t exclude web services or email sending or file system access. Why would it be inconsistent about persistence or ORM usage?
If you find it useful to bypass using an abstraction (you control) in favor of relying directly on an implementation detail, go ahead and do so! Your app will still work! But the first law of architecture is everything is a trade off so just understand the pros and cons.
Read 4 tweets
Mar 29, 2022
Everybody in the software development industry understands that learning is important if you wish to stay relevant over the long term.
So, it helps to have some kind of strategy or process for learning. You have one, even if it's just a random, default one. The fact that you're reading this means you likely incorporate twitter as part of your learning strategy.
But if you ask most developers about their learning strategy, whether thought-out or not, you're likely only going to hear them talk about their sources of learning.

"Reading books"

"Listening to podcasts"

"Watching Pluralsight or YouTube"

This is only part of the story.
Read 14 tweets
Mar 28, 2022
If every software developer graduated college with a bachelor’s degree that included all of the things we wish it did, it would be at least an 8 year degree.
Most 4-year degrees already are chock full of required courses leaving little room for electives (and often only a handful of courses on one’s MAJOR).
When people talk about how our colleges are failing us by not producing graduates with X skill, it’s rare to also hear “specifically instead of Y skill”.

It’s like people don’t realize it’s a zero sum game.
Read 4 tweets
Oct 13, 2021
A while ago before package managers and in dotnet land, nuget, many devs would put the dependencies their project needed to build in a “lib” folder.
Then package managers took off and became stable and trustworthy (for the most part), and distributed source control made it even more important to keep checked in code small.
Most developers embraced package managers and would check in just a manifest of their app’s dependent libraries/libs.

But some more conservative developers were less open to change.
Read 4 tweets
Jul 21, 2020
I'm working on a new workshop that will guide students through an array of different data access approaches for OO languages (.NET/C# specifically). I like to start such topics off with principles that apply to the space. Here's what I have so far - am I missing anything obvious?
These are "data access principles" which when I searched I didn't find any handy lists. I'll probably write up a blog post on the topic soon.
Acquire late; release early.

This applies to any shared, external resource, such as a database connection. It's a low level principle that most modern developers don't even think about, but I think it's still worth mentioning.
Read 13 tweets
Mar 7, 2020
So you find that now you're suddenly going to #WorkFromHome? Here are some tips I've picked up over the years, on how to be productive and also participate in teams without being in the same room or face-to-face. (Thread)
It helps if your team is remote-first. If everyone just got sent home because of COVID-19 concerns, then the upside is that you're not the lone remote worker on a team who are otherwise all together. So you're not going to miss out on hallway conversations, etc.
Going "remote first" as a team means that all important (and even casual) communication happens on channels that are accessible to remote staff. That typically means email and Slack/Discord/chat as well as Teams/Zoom/GoToMeeting.
Read 20 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(