# Software professionals are crafters On why Software Craftsmanship matters. Even if we use terms such as _software engineering_ and _software architecture_, software development is really much more of an art form than a science. This content is part of [the first volume](https://www.store.dsebastien.net//product/dev-concepts-volume-01) of my [Dev Concepts series of books](https://dev-concepts.dev/). ## What is a Software Crafter? Simply put, the software craft is about _more_ than just software development and software engineering: ![[Software professionals are crafters - diagram.png]] After 15+ years in the field, software development feels much more like an art than like a science to me. In IT, each problem has an almost infinite number of solutions. Some are better than others, and it takes experience to know. To me, that's the fun part of the job. Every day is filled with new interesting puzzles to solve. It can be frustrating at times, but when approached with the right mindset, it can be a real pleasure. I personally consider myself as a software crafter. Much more so than as a software developer/engineer. The word _craft_ has a very _profound_ meaning for me. I consider it as a combination of the following definitions: - Skill in planning, making, or executing - Make or produce with care, skill, or ingenuity As a crafter, I don't _just_ want to be a coder, generating endless lines of meaningless code. I don't want to be a generator of one-line wizardry that nobody can understand. Writing working software is simply _not enough_. I don't want to deliver solutions that are very costly or even impossible to maintain. I don't want to create solutions that don't deliver real value to their users. Collaborating with customers is not enough for me. That is why I've signed the [_Manifest for Software Craftsmanship_](https://manifesto.softwarecraftsmanship.org/), along with at least 30K other crafters. What I want is to be a _professional_, part of a community of professionals. What I want is to craft _beautiful code_ that stands the test of time. I want to help raise the bar higher for everyone. I also want to help others learn the craft. Finally, I want to build _partnerships_ with my customers, so that I can continually bring value to them. If you're familiar with the [Agile Manifesto](https://agilemanifesto.org/), then I would say that I value the craft over simple "execution". I've called my company [DeveloPassion](https://developassion.be/) precisely because I have a passion for software development and want to leverage that passion to build _great_ software for my customers. > Your work is craft, and if you hone your ability and apply it with respect and care, then like the skilled wheelwright you can generate meaning in the daily efforts of your professional life. Cal Newport, Deep Work Creating what I consider to be well-crafted (or beautiful) code/software requires careful thought and attention, which in turn requires _sharp_ skills. Developers that don't consider software development as a craft won't put in the efforts required to fully grasp what they're doing and will be satisfied with much lower quality results. Considering software development/engineering as a craft has an important impact on what you want to deliver: not only value, but also quality, maintainability, beauty, and even _elegance_. Beautiful/high-quality software is multi-faceted, as I explain in Dev Concepts. Approaching software development as a craft also deeply influences the pride that you can feel in your work. I want to encourage each and every single one of you to really consider software development/engineering as a craft rather than as a "production" job, and to raise the bar higher by aiming for quality over quantity. Crafters should also be able to communicate effectively with customers, and subject matter experts. Professionals understand that strong communication skills are _paramount_ for success. It's not only a question of execution! The net results will be happier customers, less costly developments, and pride for achieving great results. Becoming a software crafter is not easy. In the next articles, I'll tell you everything I know about how to become one. It takes time and effort, but you can aim to become one on the very first day; simply by truly _caring_. Caring not only for the end result, but for everything in and around the development (i.e., tooling, methodology, approach, collaboration, documentation, etc). ## Conclusion In this article, I've tried to share my vision of what it means to be a software crafter. It means different things to different people, but there's a core element to it: the constant focus on going above and beyond, and improving constantly. You can approach software development as a job, like any other, something that brings food on the table. At that's fine, really. But approaching this job as a craft will help you achieve better results, and take pride in your work. What is your opinion about this topic? Are you also a software crafter? Do you want to become one? That's it for today! ✨ LINK: - [[Quality vs user satisfaction (Article)]] - https://www.dsebastien.net/2021-09-03-quality-vs-user-satisfaction// LINK: - [[An online community for Software Crafters (Article)]] - https://www.dsebastien.net/2021-08-25-software-crafters-community// LINK: - [[How to build a Product - From idea to code (Article)]] - https://www.dsebastien.net/2022-01-25-product-development-process// LINK: - [[Knowii Community]] - https://www.store.dsebastien.net//product/knowii-community ## Related - [[Why Craftsmanship Matters (Article)]]