aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • Design
  • Software Engineering
  • Work & Jobs

Organizing “spaghetti” Software So It Can Be Easily Modified

  • aster.cloud
  • October 17, 2023
  • 5 minute read

The MIT spinout Silverthread helps companies transform complex codebases into modular systems that can be changed or updated without headaches.

Zach Winn | MIT News
(https://news.mit.edu/2023/silverthread-organizing-spaghetti-software-1012)


Partner with aster.cloud
for your next big idea.
Let us know here.



From our partners:

CITI.IO :: Business. Institutions. Society. Global Political Economy.
CYBERPOGO.COM :: For the Arts, Sciences, and Technology.
DADAHACKS.COM :: Parenting For The Rest Of Us.
ZEDISTA.COM :: Entertainment. Sports. Culture. Escape.
TAKUMAKU.COM :: For The Hearth And Home.
ASTER.CLOUD :: From The Cloud And Beyond.
LIWAIWAI.COM :: Intelligence, Inside and Outside.
GLOBALCLOUDPLATFORMS.COM :: For The World's Computing Needs.
FIREGULAMAN.COM :: For The Fire In The Belly Of The Coder.
ASTERCASTER.COM :: Supra Astra. Beyond The Stars.
BARTDAY.COM :: Prosperity For Everyone.

Caption:The MIT spinout Silverthread, founded by Dan Sturtevant, helps companies turn massive, complex codebases into modular systems to improve their performance. Credits:Image: iStock

As a software engineer, Dan Sturtevant SM ’08, PhD ’13 had jobs where making a small change to a codebase was easy — and jobs where a similarly small change would cause other, seemingly random parts of the codebase to break down or malfunction. Making these changes could remind Sturtevant what he liked about being a programmer, or make him feel like an idiot.

That experience still puzzled Sturtevant when he arrived at MIT in 2006, first as a master’s and later as a PhD student. Then, he stumbled onto a series of papers written by former MIT Sloan School of Management Visiting Professor Alan MacCormack that he thought explained his dilemma.

The papers described a new way to analyze the structure of large software applications to find problems not with single lines of code, but with the way code files interact and overlap. The idea formed the basis of a new approach to evaluating and improving code, and Sturtevant would go on to team up with the paper’s authors to found Silverthread.

In the ensuing years, Silverthread has gone from diagnosing hidden structural problems in codebases to solving those problems by making some of the world’s largest codebases more modular.

“If you print out a 100-million-line codebase and stack it, it goes about a mile and a half into the air,” Sturtevant says. “It’s impossible for any one developer to understand everything going on in this system — all of the interconnections and all of the ways if you change one thing it messes other things up. It’s incomprehensible, and a lot of organizations and companies fail because their software accumulates what we call technical, or architectural, debt.”

Read More  How Tanzu Observability Continuous Improvement Makes You More Successful

Technical debt is one of the more professional-sounding names developers have given to a problem that Silverthread’s research has shown plagues companies for years and leads to lower developer productivity, higher turnover, and lower employee morale.

Now, Sturtevant delights in going into organizations like the ones he struggled in, and solving problems developers knew they had but couldn’t quite put their finger on.

“The teams working in the parts of the code that have these problems are miserable,” Sturtevant says. “They are unproductive, fighting bugs all the time, and demoralized, working until midnight on Friday just trying to get stuff working — and the problem isn’t their fault.”

A lightbulb goes on

Sturtevant earned his master’s degree from MIT’s System Design and Management (SDM) program just as the economy was collapsing in 2008, so he decided to stick around.

“I said, I’ve enjoyed my 18 months at MIT so much that I don’t know what I’ll get out of a PhD, but I know if I’m in this environment for another few years it’ll be worthwhile,” Sturtevant recalls. “The community is so good, the opportunities are so good, that I knew it would lead to great things.”

Sturevant was a PhD student when he found MacCormack’s papers, which were co-authored with former Harvard Business School professor and Silverthread co-founder Carliss Baldwin.

“I read those papers and a lightbulb went off,” Sturtevant says. “As a software developer, in the companies where my life was hell, maybe I was working inside a part of a codebase that could be identified as problematic.”

As part of his PhD thesis, Sturtevant decided to go back to one of the companies where he struggled with the new approach, and discovered he’d been working in sections of poorly structured code — what he sometimes refers to as spaghetti architecture — all along. He also worked to quantify the impact of the problem, finding that not only were the software bugs worse in the places with spaghetti architecture, but also that those bugs were more likely to hurt customer experience. Developers working on that part of the codebase were 10 times as likely to quit or be fired.

Read More  Calling Google APIs From Serverless (Part I: Cloud APIs)

When Sturtevant earned his PhD, he presented the results as part of a webinar series hosted by SDM. More than 300 people tuned in.

“Apparently it was a problem a lot of people had,” Sturtevant recalls. “Attendees were executives from huge companies. Afterward, my phone is ringing off the hook. I’m getting calls from large companies with a lot of MIT graduates who had come through the SDM program and were listening. They were all saying, ‘I have this problem too. Do you have a product I can buy?’”

Sturtevant founded Silverthread with MacCormack, Baldwin, and Michael Davies, an MIT senior lecturer and tech entrepreneur. One of the first MIT alumni Silverthread connected with worked at a large government agency.

“He said, ‘I bet this explains a lot of the problems with our code, I bet this explains why entire government programs fail, and I bet this explains a lot of the waste that goes on in software development for the government,’” Sturtevant recalls. “The government has some of the oldest and largest codebases in the world.”

Silverthread’s early work with customers diagnosed their problems using the algorithms developed by MacCormack and Baldwin. Today the company works to make spaghetti architecture more modular so it can be changed without creating insurmountable complexity and inexplicable problems.

Silverthread calls its tools the CodeMRI Suite, which includes the CodeMRI Portfolio and CodeMRI Diagnostic to assess the technical health and economic impact of software systems, and CodeMRI Care and CodeMRI Modernize to fix codebases.

Sturtevant describes good code architecture like LEGO blocks. Pieces can be combined, stacked, or otherwise moved around in a modular fashion. He thinks of spaghetti architecture as LEGO blocks that have melted together.

Read More  It’s Possible To Write Flaw-Free Software, So Why Don’t We?

“If you think about a massive codebase with tens of thousands of source code files, large applications like Microsoft Windows or Google, many people work to create different algorithms and encode domain knowledge in the software,” Sturtevant says. “It’s the purest form of knowledge work, and it’s like collective poetry writing — except that a lot of the poetry is crap and it’s been built over decades and expired and rotted in different ways. By using automated techniques, we can uncover the hidden structure in this massive thing that no one can understand and then correct those issues.”

Modernizing software platforms

Silverthread is growing rapidly as it works with banks, biotech startups, automotive companies, and government agencies. Sturtevant says Silverthread’s tools are industry-agnostic and hold value for any large codebases that have been built up over time.

Ultimately, Sturtevant says the codebases Silverthread helps build are more dynamic, allowing companies to reap the full rewards of innovations like cloud computing.

“When your software is like LEGO bricks, you can understand the relationships between each part and each part can evolve independently,” Sturtevant says. “That’s a healthy system.”

Reprinted with permission of MIT News (http://news.mit.edu/)

Source: cyberpogo.com


For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!

Our humans need coffee too! Your support is highly appreciated, thank you!

aster.cloud

Related Topics
  • Code
  • Program
  • Software
  • Software Engineering
  • Spaghetti architecture
  • Spaghetti code
You May Also Like
View Post
  • Software Engineering
  • Technology

Claude 3.7 Sonnet and Claude Code

  • February 25, 2025
View Post
  • Engineering
  • Software Engineering

This Month in Julia World

  • January 17, 2025
View Post
  • Engineering
  • Software Engineering

Google Summer of Code 2025 is here!

  • January 17, 2025
View Post
  • Computing
  • Design
  • Engineering
  • Technology

Here’s why it’s important to build long-term cryptographic resilience

  • December 24, 2024
View Post
  • Software Engineering

5 Books Every Beginner Programmer Should Read

  • July 25, 2024
goswifties_typewriter_20240510_wm
View Post
  • Featured
  • Work & Jobs

From Keys To Progress. How The Typewriter Revolutionised Communication And Empowered Society.

  • May 14, 2024
View Post
  • Technology
  • Work & Jobs

Leading Companies Launch Consortium To Address AI’s Impact On The Technology Workforce

  • April 4, 2024
View Post
  • Design
  • Engineering

Why We Need Both Cloud Engineers And Cloud Architects

  • March 19, 2024

Stay Connected!
LATEST
  • college-of-cardinals-2025 1
    The Definitive Who’s Who of the 2025 Papal Conclave
    • May 7, 2025
  • conclave-poster-black-smoke 2
    The World Is Revalidating Itself
    • May 6, 2025
  • 3
    Conclave: How A New Pope Is Chosen
    • April 25, 2025
  • Getting things done makes her feel amazing 4
    Nurturing Minds in the Digital Revolution
    • April 25, 2025
  • 5
    AI is automating our jobs – but values need to change if we are to be liberated by it
    • April 17, 2025
  • 6
    Canonical Releases Ubuntu 25.04 Plucky Puffin
    • April 17, 2025
  • 7
    United States Army Enterprise Cloud Management Agency Expands its Oracle Defense Cloud Services
    • April 15, 2025
  • 8
    Tokyo Electron and IBM Renew Collaboration for Advanced Semiconductor Technology
    • April 2, 2025
  • 9
    IBM Accelerates Momentum in the as a Service Space with Growing Portfolio of Tools Simplifying Infrastructure Management
    • March 27, 2025
  • 10
    Tariffs, Trump, and Other Things That Start With T – They’re Not The Problem, It’s How We Use Them
    • March 25, 2025
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • 1
    IBM contributes key open-source projects to Linux Foundation to advance AI community participation
    • March 22, 2025
  • 2
    Co-op mode: New partners driving the future of gaming with AI
    • March 22, 2025
  • 3
    Mitsubishi Motors Canada Launches AI-Powered “Intelligent Companion” to Transform the 2025 Outlander Buying Experience
    • March 10, 2025
  • PiPiPi 4
    The Unexpected Pi-Fect Deals This March 14
    • March 13, 2025
  • Nintendo Switch Deals on Amazon 5
    10 Physical Nintendo Switch Game Deals on MAR10 Day!
    • March 9, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.