惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
T
The Blog of Author Tim Ferriss
月光博客
月光博客
阮一峰的网络日志
阮一峰的网络日志
Engineering at Meta
Engineering at Meta
量子位
I
InfoQ
Jina AI
Jina AI
Microsoft Security Blog
Microsoft Security Blog
H
Help Net Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
Google Developers Blog
J
Java Code Geeks
Recent Announcements
Recent Announcements
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
V
V2EX
腾讯CDC
P
Proofpoint News Feed
A
About on SuperTechFans
爱范儿
爱范儿
U
Unit 42
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI

Codebase Audits & Rescue | Ally Piechowski

Most of your tech debt is free Your Setup Script Should Support Git Worktrees How to Be a Good Open Source Maintainer "The Git Commands I Run Before Reading Any Code" "Ruby 3.2 Is EOL: What You Actually Need to Do" "Rails 7.2 to 8.1 Upgrade: What Actually Breaks and How to Fix It" "Why Your Engineering Team Is Slow (It's the Codebase, Not the People)" "Migrating from Sprockets to Propshaft: Is It Worth It?" "How to Close a Tab in Vim" "How I Audit a Legacy Rails Codebase in the First Week" "How to Open a New Tab in Vim" "Rails default_scope: Why You Should Never Use It" "Solved: ActionController::ParameterMissing (param is missing or the value is empty)" "Solved: Warning: Using the last argument as keyword parameters is deprecated" "Vim: How to Open Current Opened File in New Tab" "Rails: How to Use Greater Than/Less Than in Active Record where Statements" "Using Let and Context to Modularize RSpec Tests" "What Is Fed vs Unfed Sourdough Starter?" "My Father, My Mentor, My Teacher" "How to Get Over Burnout" "What's the difference between a Good Developer and a Good Googler?" Codebase Audits & Rescue | Ally Piechowski
"What is the best time for stand-up meetings?"
"Ally Piechowski" · 2019-12-25 · via Codebase Audits & Rescue | Ally Piechowski

While it is common to hold daily stand-up scrum meetings in the morning, this might not be the best fit for your team. Sometimes it can be better for teams to hold their stand-up meetings later in the day.

Ally Piechowski · · 3 min read
What is the best time for stand-up meetings?

While it is common to hold daily stand-up scrum meetings in the morning, this might not be the best fit for your team. Many teams hold their meetings mid-day, or even at the end of the day. Choosing the best time to hold your stand-up can be difficult.

In my personal experience, the best stand-up time is a time in which works best for the workers. This quick status meeting shouldn’t interfere with their productivity in any way.

The Golden Rule

The goal of the daily scrum is not to identify problems, but to create a plan for the next 24 hours (until the next daily scrum). This plan doesn’t need to change unless an emergency

Keeping this in mind, the time stand-up is held at doesn’t matter because the frequency of the check-ink remains stable. Stand-up should be held at a time developers of the team feel is comfortable, not too early that they need to change their sleep schedule or morning routing, and not too late that they need to plan around a late meeting.

The most important factor in picking your time is to keep it consistent. This allows for developers to plan their productivity cycle.

Meeting Times

There are a few meeting times that work best for teams I’ve worked with. These times are just a guideline, teams should meet at a time that works best for all of their members.

Morning

The morning is when most teams hold their meetings because their meeting starts out their day. When team members work identical core hours, such as on a team that is required to be on premises. The morning might not work for a team that is spread across multiple time zones, or when the meeting forces the day of work to start later than developers would typically start working.

One of the common misconceptions is that this meeting must be held in the morning in order to set up the day for success. Whether the meeting is held in the middle, or even the end of the day, you have a great opportunity to set the next 24 hours up for success.

Afternoon

The afternoon can be a great meeting time for distributed (remote) teams across many time zones. This greatly prevents team members from various time zones from having a rather uncomfortable work schedule. This also prevents teams from avoiding the start of the work day until stand-up starts.

The Afternoon stand-up is my favorite time as it allows for a block of deep work before and after stand-up, enabling developers maximum productivity.

End of Day

The end of day stand-up can be useful for teams distributed in certain ways. The end of the day meeting works similarly to the start of day meeting. It acts as a recap of the day as well as sets up the next day for success. Additionally, this prevents the issue the morning meeting has, with developers waiting to start the work day until after stand-up.

What’s the best time?

The best time isn’t the same for all teams. Morning meetings are popular, but at what cost? I urge your team to try out a later stand-up to prevent unproductive mornings, late starts, and provide developers with more happiness.


Related Articles