# retro

Published articles for retro.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How Managers Can Develop Team Leadership Through Meeting Delegation

DevFeed: [How Managers Can Develop Team Leadership Through Meeting Delegation](<https://devfeed.tech/articles/if-you-re-running-every-meeting-you-re-failing-your-team-33548.md>)

Original publisher: [Read original article](<https://www.softwareengineeringtimes.com/p/if-youre-running-every-meeting-youre>)

Author: Ryan Murphy

Published: 2025-07-14T12:00:13Z

Content type: opinion

Language: en

Sources: [The Software Engineering Times](<https://devfeed.tech/sources/the-software-engineering-times.md>)

Topics: [meetings](<https://devfeed.tech/topics/meetings.md>), [decision-making](<https://devfeed.tech/topics/decision-making.md>), [trust](<https://devfeed.tech/topics/trust.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [coaching](<https://devfeed.tech/tags/coaching.md>), [decision-making](<https://devfeed.tech/tags/decision-making.md>), [leadership](<https://devfeed.tech/tags/leadership.md>), [manager](<https://devfeed.tech/tags/manager.md>), [meetings](<https://devfeed.tech/tags/meetings.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [retro](<https://devfeed.tech/tags/retro.md>), [support](<https://devfeed.tech/tags/support.md>), [sync](<https://devfeed.tech/tags/sync.md>), [trust](<https://devfeed.tech/tags/trust.md>)

### AI overview

This opinion article argues that managers should avoid leading every meeting and instead give team members opportunities to run standups, retrospectives, and stakeholder syncs. It recommends providing preparation support, staying available, and debriefing afterward to develop independent leaders and reduce managerial burnout.

### Source excerpt

Let's just say it straight. If you're the one leading every single meeting, you're either inexperienced, insecure, or haven't been shown how to be a real manager yet. If that stings a little, that's okay. Maybe it should. There are a few exceptions. Sure, incidents. Maybe a gnarly stakeholder review or a performance conversation. But even in those high-stakes moments, there's usually room to coach. Let someone else run the show. As long as someone is clear on decision-making, you don't need to be the one running the room every time. That's not what good leadership looks like. Good leadership is about building people who can do the job without you. Why You Keep Grabbing the Mic Most managers hog the meetings for one of a few reasons: It's faster if I do it They're not ready yet What if they mess it up? I'll be blamed if it goes wrong I'm the one accountable If that sounds like you, you're not alone. I've heard them all before. I've said a few of them too, early in my career. But you need to realise what those excuses are actually saying to your team: You're not ready. I don't trust you. I don't care enough to help you grow. Not great. What It Looks Like to Coach Instead This isn't about disappearing. It's not about sitting out. It's not delegating and walking away. It's about showing up differently. Coaching in real time. Supporting from the side, not from the front. Let them lead the standup. Let them chair the retro. Let them run the stakeholder sync. Then debrief. What worked? What would you do differently next time? What was hard? That's coaching. That's how they get better. That's how you build a team that can do hard things without you steering every move. The Real Reason You're Still Leading Everything Sometimes, it's not about fear. It's about ego. If everything runs through you If you always need to be in the room If you secretly like being the person with the answers That's ego. It's not sustainable. It's not leadership. It's how you end up with a team that

## Abstract and Open Classes

DevFeed: [Abstract and Open Classes](<https://devfeed.tech/articles/abstract-and-open-classes-25047.md>)

Original publisher: [Read original article](<https://typealias.com/start/kotlin-abstract-and-open-classes/>)

Author: author@typealias.com (Dave Leeds)

Published: 2023-08-21T00:00:00Z

Content type: tutorial

Language: en

Sources: [Dave Leeds on Kotlin - typealias.com](<https://devfeed.tech/sources/dave-leeds-on-kotlin-typealias-com.md>)

Topics: [Code](<https://devfeed.tech/topics/code.md>), [interfaces](<https://devfeed.tech/topics/interfaces.md>)

Tags: [abstract-class](<https://devfeed.tech/tags/abstract-class.md>), [classes](<https://devfeed.tech/tags/classes.md>), [compare](<https://devfeed.tech/tags/compare.md>), [delegation](<https://devfeed.tech/tags/delegation.md>), [extend](<https://devfeed.tech/tags/extend.md>), [function](<https://devfeed.tech/tags/function.md>), [implement](<https://devfeed.tech/tags/implement.md>), [inheritance](<https://devfeed.tech/tags/inheritance.md>), [interface](<https://devfeed.tech/tags/interface.md>), [interfaces](<https://devfeed.tech/tags/interfaces.md>), [introduction](<https://devfeed.tech/tags/introduction.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [learn-to-program](<https://devfeed.tech/tags/learn-to-program.md>), [open-class](<https://devfeed.tech/tags/open-class.md>), [polymorphism](<https://devfeed.tech/tags/polymorphism.md>), [programming](<https://devfeed.tech/tags/programming.md>), [retro](<https://devfeed.tech/tags/retro.md>), [speed](<https://devfeed.tech/tags/speed.md>), [subclass](<https://devfeed.tech/tags/subclass.md>), [superclass](<https://devfeed.tech/tags/superclass.md>)

### AI overview

A tutorial chapter explaining how to extend open and abstract classes to create subtypes and share general code. It compares this approach with interfaces and delegation, highlighting that each has advantages and disadvantages.

### Source excerpt

In Chapter 12, we saw how we could use interfaces to create subtypes, and in the last chapter, we saw how we could use delegation with interfaces in order to share general code among specific classes. In this chapter, we'll learn how we can extend open and abstract classes to accomplish these same things with a different approach. Each approach has its advantages and disadvantages, so we'll also look at how they compare to one another.

## My Retro PC Gaming Nostalgia Kick

DevFeed: [My Retro PC Gaming Nostalgia Kick](<https://devfeed.tech/articles/my-retro-pc-gaming-nostalgia-kick-40642.md>)

Original publisher: [Read original article](<https://eviltrout.com/blog/2022-07-13-my-retro-pc-gaming-nostalgia-kick/>)

Published: 2022-07-18T00:00:00Z

Content type: opinion

Language: en

Sources: [Robin Ward](<https://devfeed.tech/sources/robin-ward.md>)

Topics: [pc](<https://devfeed.tech/topics/pc.md>), [Godot](<https://devfeed.tech/topics/godot.md>), [Graphics](<https://devfeed.tech/topics/graphics.md>), [Programming](<https://devfeed.tech/topics/programming.md>), [Assembly](<https://devfeed.tech/topics/assembly.md>), [C](<https://devfeed.tech/topics/c.md>), [3D](<https://devfeed.tech/topics/3d.md>)

Tags: [3d](<https://devfeed.tech/tags/3d.md>), [animations](<https://devfeed.tech/tags/animations.md>), [assembly](<https://devfeed.tech/tags/assembly.md>), [c](<https://devfeed.tech/tags/c.md>), [gaming](<https://devfeed.tech/tags/gaming.md>), [graphics](<https://devfeed.tech/tags/graphics.md>), [pc](<https://devfeed.tech/tags/pc.md>), [programming](<https://devfeed.tech/tags/programming.md>), [retro](<https://devfeed.tech/tags/retro.md>), [videos](<https://devfeed.tech/tags/videos.md>), [youtube](<https://devfeed.tech/tags/youtube.md>)

### AI overview

The author reflects on making videos about early PC gaming and programming, including Sierra game graphics, palette cycling, 8086 assembly, Godot, and embedding old AGI games with C.

### Source excerpt

Over the last couple of months, I've been posting a series of videos about early PC gaming and programming on my YouTube Channel. It's been quite a fun journey and I thought I might write a few words about it. I have a lot of nostalgia for early games, which makes sense since it was how I spent most of my free time in the 80's and 90's. Times were boring before the Internet :)