<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Cordarro</title>
    <description>The latest articles on Forem by Cordarro (@thelifeofroy03).</description>
    <link>https://forem.com/thelifeofroy03</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3844894%2Ff8c5fbae-8a3f-4265-909f-53d550420b61.png</url>
      <title>Forem: Cordarro</title>
      <link>https://forem.com/thelifeofroy03</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/thelifeofroy03"/>
    <language>en</language>
    <item>
      <title>Your Team Isn't Bad at Code. You're Bad at Remembering Why You Wrote It.</title>
      <dc:creator>Cordarro</dc:creator>
      <pubDate>Sun, 29 Mar 2026 17:05:36 +0000</pubDate>
      <link>https://forem.com/thelifeofroy03/your-team-isnt-bad-at-code-youre-bad-at-remembering-why-you-wrote-it-3c1l</link>
      <guid>https://forem.com/thelifeofroy03/your-team-isnt-bad-at-code-youre-bad-at-remembering-why-you-wrote-it-3c1l</guid>
      <description>&lt;p&gt;Someone opens a PR, sees a weird architectural choice, and drops the comment:** "Why are we doing it like this?"**&lt;br&gt;
And then comes the silence. A thread. Someone pinging someone who left six months ago. A "pretty sure Dave made this call" that goes nowhere. Two hours later you're either blindly changing something you don't understand, or you're leaving it alone forever because nobody wants to be the one who breaks prod.&lt;br&gt;
This isn't a skill issue. It's not a documentation issue either, not really.&lt;/p&gt;

&lt;p&gt;It's a decisions issue. And it's silently rotting your codebase.&lt;br&gt;
The Conversation That Disappears&lt;br&gt;
Here's what actually happens on every engineering team.&lt;br&gt;
Someone posts in Slack: "Hey, should we use REST or GraphQL for this new service?"&lt;/p&gt;

&lt;p&gt;Fifteen messages fly. Smart people weigh in. A decision gets made. Maybe there's a thumbs up emoji. Thread closed.&lt;br&gt;
Six months later? That Slack message is gone from anyone's memory. The new hire has no idea. The senior dev who made the call left for a startup. And now you're in a retro asking why half your API layer is inconsistent and nobody has an answer.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The decision existed.&lt;/strong&gt; The reasoning existed. The evidence did not.&lt;br&gt;
Why This Turns Into a Bigger Problem Than Anyone Admits&lt;br&gt;
Undocumented decisions don't just cause confusion, they compound.&lt;br&gt;
Teams relitigate the same decisions over and over, burning hours on debates that were already settled. New developers make changes that break the intent of an old decision without knowing it existed. Tech debt gets introduced not because someone didn't know how to code, but because they didn't know why the code was shaped the way it was. Post-mortems become pointless because you can't trace why a choice was made in the first place.&lt;/p&gt;

&lt;p&gt;And the worst part? Everyone knows this is happening. Every dev has lived this. But the default response is always "we should write better docs" and then nothing changes because docs live somewhere nobody visits.&lt;br&gt;
The Fix Isn't Another Wiki Nobody Opens&lt;br&gt;
Confluence pages. Notion docs. Architecture decision records buried in a /docs folder that was last touched in 2021.&lt;br&gt;
We've tried all of it. The problem isn't the format, it's the friction. Nobody stops mid-flow to open a wiki and write a structured ADR. It doesn't fit how engineering teams actually work.&lt;br&gt;
Engineering teams live in Slack. Decisions happen in Slack. The answer has to meet teams where they are.&lt;/p&gt;

&lt;p&gt;That's What Decisionlog Is For&lt;br&gt;
Decisionlog is a Slack-native tool that lets your team log decisions the moment they're made, right from the channel where the conversation is already happening.&lt;br&gt;
No tab switching. No "someone write this up later." No hoping the right person remembers.&lt;br&gt;
A decision gets made, your team logs it in Slack, and it's searchable, referenceable, and permanently linked to the context it came from.&lt;br&gt;
Six months from now when someone asks "why are we doing it like this?" there's an actual answer. With context. With the people who were in the room.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;We're Looking for Beta Testers&lt;/strong&gt;&lt;br&gt;
Decisionlog is in early beta and I want real teams using it, breaking it, and telling me what's missing.&lt;br&gt;
If this problem sounds familiar, and I know it does, I'd love to have you try it. Log a few decisions with your team, see how it fits into your workflow, and let me know what features would make this a no-brainer for you.&lt;/p&gt;

&lt;p&gt;What would you need to see to make this a permanent part of how your team works? Drop it in the comments or reach out directly. Every bit of feedback shapes what gets built next.&lt;br&gt;
👉 Join the beta at decisionlog.app&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>devops</category>
      <category>testing</category>
    </item>
    <item>
      <title>Tired of Losing Decisions in Slack? Try Decision Log (We're in Beta)</title>
      <dc:creator>Cordarro</dc:creator>
      <pubDate>Sun, 29 Mar 2026 16:55:41 +0000</pubDate>
      <link>https://forem.com/thelifeofroy03/tired-of-losing-decisions-in-slack-try-decision-log-were-in-beta-jnp</link>
      <guid>https://forem.com/thelifeofroy03/tired-of-losing-decisions-in-slack-try-decision-log-were-in-beta-jnp</guid>
      <description>&lt;p&gt;Your team makes hundreds of decisions in Slack every week.&lt;/p&gt;

&lt;p&gt;A senior dev proposes a tech stack. Someone pushes back. After 47 messages, you land on a decision. It gets buried in a thread. Six months later, a new hire asks why you chose that stack. Nobody remembers. You re-litigate the whole thing.&lt;/p&gt;

&lt;p&gt;This is tribal knowledge tax, and it's bleeding your team dry.&lt;/p&gt;

&lt;p&gt;The Problem&lt;br&gt;
Decisions are scattered:&lt;br&gt;
💬 Lost in Slack threads&lt;br&gt;
📧 Buried in email chains&lt;br&gt;
📝 Never written down&lt;br&gt;
🤷 Context evaporates&lt;/p&gt;

&lt;p&gt;Result? Onboarding takes forever. Context thrashing. Reinvented wheels. Your team spends energy rebuilding arguments instead of building features.&lt;/p&gt;

&lt;p&gt;The Solution: Decision Log&lt;br&gt;
We built Decision Log — a Slack app that captures why your team decides what they decide.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6gfwp7m3gxn3o457zphe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6gfwp7m3gxn3o457zphe.png" alt=" " width="800" height="382"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here's how it works:&lt;br&gt;
Log a decision in Slack — no context switching, no new tabs&lt;br&gt;
Capture the reasoning — what you chose, why, and what you rejected&lt;br&gt;
Reference it forever — new hire onboarding? Audits? Retrospectives? It's all there.&lt;/p&gt;

&lt;p&gt;Decision Log becomes your team's institutional memory in a searchable database.&lt;/p&gt;

&lt;p&gt;Why This Matters for Devs&lt;br&gt;
Faster onboarding — New hires understand your "why" on day one, not month three&lt;br&gt;
Better decisions — You see the actual reasoning behind past choices, not just the outcome&lt;br&gt;
Reduced context thrashing — Stop re-litigating the same decisions&lt;br&gt;
Audit trail — For compliance, retrospectives, or just "wait, what did we decide?"&lt;/p&gt;

&lt;p&gt;We're Building This in Public (&amp;amp; We Need You)&lt;br&gt;
Decision Log is live in beta, and we're looking for teams to help shape it.&lt;/p&gt;

&lt;p&gt;What We're Asking:&lt;br&gt;
Use the Slack app in your workflow&lt;br&gt;
Tell us what works. Tell us what doesn't.&lt;br&gt;
Suggest features that would make your life easier&lt;/p&gt;

&lt;p&gt;What You Get:&lt;br&gt;
Early access to a tool that could save your team hours of context-hunting every week&lt;br&gt;
Direct influence on the product roadmap&lt;br&gt;
A chance to be part of something that fixes a real problem&lt;/p&gt;

&lt;p&gt;Ready to Try?&lt;br&gt;
Join the beta →&lt;/p&gt;

&lt;p&gt;It takes 2 minutes to sign up. We'll get you into Slack, and you'll start logging decisions immediately.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
