Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Developer Differences: Makers vs Menders
corgibytes profile imageAndrea Goulet
Andrea Goulet forcorgibytes

Posted on

     

Developer Differences: Makers vs Menders

When you think of a developer what comes to mind? A brogrammer living in San Francisco working 23 hours a day on the next Facebook? If so, you wouldn't be alone. Like so many industries, software development is rife with stereotypes. And one that is particularly pervasive is the idea that all developers, if given the chance, would opt for a complete rewrite of an application.

While it's true that there are many software developers who do enjoy starting with a clean slate, there is also a group who loves working on making existing applications better. Rather than starting from scratch and building an 80% solution, these developers are ideal for taking over a project once it's become stable, and nurturing it for a long time. Neither developer is better. Both are needed in the software world. You just need to understand when to use each one.

Makers Enjoy Initial Development & MVPs

To demonstrate how these developers are different, let's look at the typical product lifecycle. When a project begins, there is a burst of development that must occur for a project to get off the ground. For developers that identify as "makers", this is an ideal state. They love a blank canvas. So much so, that these types of projects, are often referred to as Greenfield projects. For developers who enjoy testing the viability of an idea, working on projects like these can feel like a little slice of heaven. Anything seems possible. The sky is blue, dotted with white puffy clouds, and the grass, in their mind, is always greener.

Once the project has the desired feature set, it's time to introduce it to market. Often this is done as a Minimum Viable Product (MVP). The app is still small, and the mental model is generally not too complex. At this point, the market will decide what happens next. Either the app will gain traction, and grow its user base, or it will fade into obscurity.

Menders Prefer Working on Apps that Are Stable and Growing

At this point, the tasks for the developer shift. Instead of thinking big and implementing architecture, they'll need to focus on things like security, scalability, performance, bug fixes, and feature enhancements. The work becomes more detailed than it was at the beginning of a project and to the frustration of many a product owner, the developer's interest begins to wane. To makers, the fine details and craftsmanship required at this phase aren't as fun.

But there is a group of developers whose talents and interests are well suited for these types of tasks. They haven't had a name until now, but we like to call them "menders". Menders love refactoring, or editing code to enhance clarity. Bug fixes genuinely excite them and they get a little giddy about testing. These are all qualities that may not be as useful at the beginning of a project, but as your app grows and becomes more complex, these are definitely traits that you'll want on your team.

Makers : New Construction :: Menders : Remodeling

Another way to think of the maker mender difference is to think about the difference between new construction and remodeling. With new construction, you're often starting with a cleared piece of land, similar to that blank text editor that makers like so much. Mending, on the other hand, is more like the show "This Old House". There's often a very good reason that the existing structure should stay, but to update it requires digging in, knocking down walls, and sometimes dealing with the unexpected things you find.

Motivation Tactics for Makers and Menders

Like with any mix of personalities, diversity is typically a good thing. Most likely, you'll want to have a mix of makers and menders on your team. The key is knowing how to motivate them so you'll get the best performance. Makers are like rabbits –Â they burst with speed for a short period of time. Menders are more like the tortoise. In their world, slow and steady improvements wins the race.

Let Makers Experiment and Give Them a Deadline

Nothing bores a maker more than repetition. So keep your makers engaged by tasking them with experiments. Allow them freedom to look into the future and employ design thinking. Need a prototype to prove a concept? Call on a maker. They'll enjoy standing something up quickly. Makers are also likely to thrive at hackathons where there's high energy for a short period of time. And if you're in a crunch and on a deadline, makers will step up to the challenge as they are often motivated by time pressure. Crossing over a big deadline gives them a sense of accomplishment, so sprints are a good project management tool for these folks. Just don't expect them to stay put on one project for too long. Makers love exploring new ideas and will get bored easily if their project is too tedious.

Give Menders a Series of Small Wins Throughout the Day

The blue-sky thinking and deadline driven project management that motivates a maker is often stress inducing for a mender. What they may lack in excitability, they make up for in consistency. A mender is an ideal person to tackle technical debt, fix bugs, fine tune features, create a style guide, and monitor support tickets. Unlike their maker friends, menders do best when their work is steady and relatively predictable. Have a problem that no one has been able to solve yet? Share it with a mender. They'll enjoy the challenge of digging in really deep and figuring out what's going on. Just be careful not to micromanage your menders, as that will annoy them to no end. Instead, develop a long backlog of tasks and give your menders autonomy as to what gets done and when. If there is a priority or deadline, communicate it well in advance to allow for unkown unknowns to surface.

So how about you? Are you a maker? Mender? Something in between? What motivates you to develop your best software?

Top comments(44)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
joeleisner profile image
Joel Eisner
Principal Web Engineer @ VCU
  • Location
    Richmond, VA
  • Education
    BFA Communication Arts
  • Work
    Principal Web Engineer at Virginia Commonwealth University
  • Joined

I remember meeting with you during my senior year of college at the recommendation of one of my professors (Tyler Darden). One thing I still remember from that meetup is the discussion of makers/menders and how, at the time, I was solely a maker. Now almost 3 years later, not only would I say I've grown an appreciation for mending, but I truly enjoy both making and mending.

This bit of wisdom was truly helpful, and I'm glad to see it shared with the development community at large!

CollapseExpand
 
andreagoulet profile image
Andrea Goulet
  • Joined

Nice to see you on here Joel! It's such a small world. :)

CollapseExpand
 
flintlockmedia profile image
FlintlockMedia
  • Joined

I'm definitely a Mender, 100%. I often find it frustrating and difficult to convey the value of my work to others, particularly in interview situations, as so many of them seem to be focussed on your ability to come up with new ideas and build personal projects from scratch. It can be difficult to demonstrate (without breaking corporate confidentiality) how you have refactored and improved upon existing products.

CollapseExpand
 
helenanders26 profile image
Helen Anderson
Data wrangler by day, tag moderator by night
  • Location
    Wellington, New Zealand
  • Pronouns
    she/her
  • Joined

Me too! I would much rather refactor and tweak something until it's working really well than having a blank page and a deadline.

I don't know how to add this kind of work to a portfolio either so am using my posts here to convey my experience.

CollapseExpand
 
andreagoulet profile image
Andrea Goulet
  • Joined

If you haven't listened to this Freakonomics podcast yet, I have a hunch that you'll love it. :)freakonomics.com/podcast/in-praise...

CollapseExpand
 
kjir profile image
Stéphane Bisinger
  • Location
    Zürich
  • Work
    Senior Software Engineer at Rentouch
  • Joined

I think I am more of a mender, but I'm unsure. Maybe 60% mender 40% maker?
I love refactoring old code and making it beautiful and performant. I definitely enjoy the challenge of figuring out reasons for weird bugs no one understands, and I would definitely say that I'm the tortoise with bursts of speed.

But, on the other end, I like toying with new stuff, learning new languages and approaches. I bore quite easily, so I don't like to be stuck with the same project and technology for a very long time.

What I really suck at is getting to an MVP, I'm unable to rapidly go from zero to a working application because I lose a lot of time trying to find the best technology/configuration/approach. That's why I see myself more as a mender.

About micromanagement: it happened to me once to have someone give me single tasks without giving me the whole picture. I spent more time waiting for the next task than actually doing work, and not being in control of the quality of the overall project was quite frustrating!

CollapseExpand
 
ben profile image
Ben Halpern
A Canadian software developer who thinks he’s funny.
  • Email
  • Location
    NY
  • Education
    Mount Allison University
  • Pronouns
    He/him
  • Work
    Co-founder at Forem
  • Joined

I amdefinitely more of a maker, but I could see myself evolving over time to be more of a mender. I think it can depend on the exposure you get to different challenges.

CollapseExpand
 
andreagoulet profile image
Andrea Goulet
  • Joined

I'm kind of right in the middle, similar to where I am on the introvert/extrovert scale. Too much time on either side and I start craving the other. I love diving into the details but I also enjoy creating new things and exploring.

CollapseExpand
 
philthomasme profile image
Phil Thomas

I feel that I'm in the same position as you Andrea. I love spinning up new projects and having complete control on all the exciting technology choices, but it certainly is nice to be working on a tried platform that is stable.

I think having that balance between the two is very important though. There are characteristics of both mindsets that are great to have when starting a new project as well as maintaining a legacy project.

CollapseExpand
 
rysilva profile image
Ryan Silva
Web Application Engineer
  • Location
    Boston, MA
  • Education
    Virginia Tech
  • Work
    Principal Front-End Engineer at Akamai Technologies
  • Joined

I don't know, I've heard of this distinction before but I have a hard time categorizing myself according to it. I love getting new projects off the ground with a huge backlog of features where the only bottleneck is how fast I can get it done. On the other hand I love cleaning up broken things and making them better. l'd much rather buy and fix a 100 year old house than a buy new house (but perhaps construction isn't the best analogy given how much better things were built long ago).

CollapseExpand
 
ben profile image
Ben Halpern
A Canadian software developer who thinks he’s funny.
  • Email
  • Location
    NY
  • Education
    Mount Allison University
  • Pronouns
    He/him
  • Work
    Co-founder at Forem
  • Joined

Great combination of skills!

CollapseExpand
 
adrielcafe profile image
Adriel Café
Android Developer
  • Joined

Amazing article! I'm a maker, 100% sure. I love to start a new project, choose what language, patterns and libs to use. It's a exciting moment, only makers can understand.

You are right about hackathons and be motivated by pressure too. Makers wish to be challenged to push their limits and learn new things.

CollapseExpand
 
kapouer profile image
Jérémy Lal
Years of website development and open source contributions.Building Pageboard...
  • Location
    France, Poitou-Charentes
  • Joined

It's great to add words to help de-find oneself. By de-find i mean identify with categories you feel close to. I'm a maker who enjoys when making is done and it's about time i become a mender :) I believe staying in either category is not a good idea...

CollapseExpand
 
dnltsk profile image
Daniel Teske
  • Joined

I prefer to work in x-functional teams with a lived you-build-it-you-run-it philosophy of ownership. Their, every Maker needs to become a Mender and vice versa: Menders are part of the rapid-prototyping phase!

Hope that those, who calls themselfe "Makers" do not ignore security and scalability topics per se ;)
Cheers

CollapseExpand
 
rajatsurana profile image
Rajat Kumar Surana
  • Joined

I'm more of a maker. And I love to work on POCs but working on feature addition to an ongoing project is also what I like. Participanting in hackathons and finishing tasks on deadline is what I like so much.

CollapseExpand
 
martinhaeusler profile image
Martin Häusler
Primarily a Software Engineer who feels at home on the JVM. OOP enthusiast, testing addict and Software Architect.
  • Location
    Austria, Europe
  • Education
    PhD in Computer Science
  • Joined

I am both, in certain aspects. Greenfield is always great. But I approach it with the idea that the architecture should be even better than the last project I did. I often write more test code than production code and enjoy seeing the number of tests increase. I totally hate deadlines - it's done when it's done. I want to build software that lasts and isn't thrown away once it's done. But I can't stand writing migration functions that keep persistent data alive. If I don't have days where I can just throw another 3000 new lines of code per day on the project, then I'm not happy either. So what am I?

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

More fromcorgibytes

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp