russia is waging a genocidal war in Ukraine. Please help Ukraine defend itself before russia has a chance to invade other countries.
Exploring the Intersection of Software Development, AI Innovation, and Entrepreneurial Success | What software architect should know?

What software architect should know?

What things Software Architect should know? Effective Java was the first book I’ve read whose table of contents had read like programming commandments. The rest of the book provided commentary and examples, but the section headers read like axioms to program by. I found a similar book in 97 Things Every Software Architect Should Know. 97 Thingis a collection of 97 short essays from a number of architects on topics such as soft skills, leadership, and software architecture. The table of contents for 97 Things also reads like commandments or axioms. 97 Things Every Software Architect Should Know is a collaborate effort from numerous contributors. The project wiki is available here. Below are 101 axioms taken from the different essay titles from the project. The axioms have been rearranged from the original order provided online to provide context, and in cases edited for legibility.

What software architect should know?

Software architect is a general term with many accepted definitions, which refers to a broad range of roles. Generally-accepted terminology and certifications began appearing in connection with this role near the beginning of the 21st century.

With the increased popularity of multi-tier application development, the choices of how an application can be built have also increased. Given that expansion, the risk that a software development project may inadvertently create an end product that in essence already exists has grown markedly. A new 'Software architect' role became necessary during software development.

The software architect concept began to take hold when object oriented programming (OOP) was coming into more widespread use (in the late 1990s and early years of the 21st century). OOP allowed ever-larger and more complex applications to be built, which in turn required increased high-level application and system oversight.

The main responsibilities of a software architect include:

Limiting the choices available during development by
choosing a standard way of pursuing application development
creating, defining, or choosing an application framework for the application
Recognizing potential reuse in the organization or in the application by
Observing and understanding the broader system environment
Creating the component design
Having knowledge of other applications in the organization
Software architects can also:

Subdivide a complex application, during the design phase, into smaller, more manageable pieces
Grasp the functions of each component within the application
Understand the interactions and dependencies among components
Communicate these concepts to developers
In order to perform these responsibilities effectively, software architects often use Unified Modeling Language and OOP. UML has become an important tool for software architects to use in communicating the overall system design to developers and other team members, comparable to the drawings made by building architects.

  1. Prefer principles, axioms and analogies to opinion and taste.
  2. Don’t put your resume ahead of the requirements.
  3. Requirements are not the measure of success but the beginnings of a conversation.
  4. Simplify essential complexity; Minimize accidental complexity.
  5. Make sure the simple stuff is simple.
  6. Chances are your biggest problem isn’t technical.
  7. Warning, problems in mirror may be larger than they appear.
  8. Communication is king; clarity and leadership its humble servants.
  9. Lead by influence.
  10. Skyscrapers aren’t scalable.
  11. You’re negotiating more often than you think.
  12. One line of working code is worth 500 of the specification.
  13. There is no one-size-fits-all solution.
  14. Commit-and-run is a serious crime. Respect your colleagues.
  15. Continuously integrate.
  16. Understand the business domain.
  17. Business Drives.
  18. Use uncertainty as a driver.
  19. Prioritize challenges to drive architecture decisions.
  20. Change is a constant; architecture needs to be adaptable and the architect needs to be a change driver.

 

Agafonov VIacheslav Lifecycle

  1. The user interface drives the user experience.
  2. For the end-user, the interface is the system.
  3. Architects must be hands on.
  4. If you’re unwilling to be hands-on, maybe you should keep your hands off.
  5. If you design it, you should be able to code it.
  6. Before anything, an architect is a developer.
  7. The title of software architect has only lower-case ‘a’s; deal with it.
  8. Architects focus is on the boundaries and interfaces.
  9. Software architecture has ethical consequences.
  10. Architecting is about balancing.
  11. Share your knowledge and experiences.
  12. Take responsibility for your decisions.
  13. There is no ‘I’ in architecture.
  14. Work on thy soft skills just as much as on your hard skills.
  15. An architect’s responsibility never finishes after the architecture is created.
  16. It’s never too early to think about performance.
  17. Application architecture determines application performance.
  18. It’s all about performance.
  19. Give developers autonomy.
  20. Value stewardship over showmanship.

  1. Find and retain passionate problem solvers.
  2. Empower developers.
  3. Don’t control, but observe.
  4. Scope is the enemy of success.
  5. “Perfect” is the Enemy of “Good Enough”.
  6. Challenge assumptions – especially your own.
  7. Simplicity before generality, use before reuse.
  8. Reuse is about people and education, not just architecture.
  9. Get the 1000 ft view.
  10. Programming is an act of design.
  11. No, the goal is not the code nor the design.
  12. Avoid scheduling failures.
  13. Time changes everything.
  14. Everything will ultimately fail.
  15. Context is king.
  16. Engineer in the white spaces.
  17. Choose frameworks that play well with others.
  18. Try before you choose.
  19. There can be more than one.
  20. Prepare to pick two.
  21. Kevlin Henney and O'Reilly announced today that the web site "97 Things Every Software Programmer Should Know" is now public and open for contributions.

The "97 Things Every Software Programmer Should Know" book is part of a larger series of books which already includes "97 Things Every Software Architect Should Know" and "97 Things Every Project Manager should Know" both of which you can find at a book store or order from Amazon.com. The books are published by O'Reilly the folks that do the cool animal cover books. I edited the Software Architecture book and blogged about it back in February.

  1. Heterogeneity wins.
  2. If there is only one solution, get a second opinion.
  3. One alternative is a trap, two are a dilemma, three are freedom.
  4. Fight repetition.
  5. Don’t stretch the architecture metaphors.
  6. Stretch key dimensions to see what breaks.
  7. Record your rationale.
  8. Start with a walking skeleton.
  9. It is all about the data.
  10. Control the data, not just the code.
  11. Focus on application support and maintenance.
  12. You have to understand hardware too.
  13. Your system is legacy, design for it.
  14. Understand the impact of change.
  15. Don’t make worlds, make containers for worlds.
  16. Great content creates great systems.
  17. Choose your weapons carefully, relinquish them reluctantly.
  18. Shortcuts now are paid back with interest later.
  19. Your customer is not your customer.
  20. Don't be clever, be deliberate and thoughtful.
  21. It takes diligence.
  22. Software doesn't really exist.
  23. Software should be invisible.
  24. It will never look like that.
  25. Pay down your technical debt.
  26. Great software is not built, it is grown.
  27. You can’t future-proof solutions.
  28. Know all the rules – so you know which ones you’re breaking.
  29. Design for needs not wants.
  30. Consider application failures and design for ease of recovery.
  31. Not all problems are solved with a layer of abstraction

What is really cool about these "97 Things" books is that they are as close to open source as a book can get in my opinion. Each book contains contributions from people all over the world. Every contribution is licensed as Creative Commons, which is kind of like open source for literature. Each book contains 97 short essays from experts in a particular field.

The "97 Things Every Software Programmer Should Know" contains essays on every thing from how to improve performance of your software to advice about reading more from the humanities in order to improve your programming. Each bit of advice is written by a professional software programmer for other professional software programmers.

There are a lot of authors in this kind of book and you can be one of them! Anyone can make a contribution to the growing list. When the editors feel there are enough contributions, they will chose 97 of the best ones and put them in a paper book. This gives experts all over the world, who know programming inside and out and have really great advice, the chance to share their wisdom and get published for the first time.

Check out the growing list of submissions and learn a lot from people all over the world about the best practices in software programming. If you have an axiom or idea for a contribution, simply sign up to the wiki and submit it. If your contributions is poignant, coherent, and unique you may be published in a book from O'Reilly!

In 97 Things Every Software Architect Should Know, Richard Monson-Haefel collaborated with over two dozen authors to collect 97 axioms of software architecture. In this presentation he has distilled knowledge from his own experience and from personal interviews with the World's best software architects to define 10 principles every software architect should know in order to be effective.

About Richard Monson-Haefel
Richard Monson-Haefel is the author of Enterprise JavaBeans (Editions 1 - 5), Java Message Service and one of the world's leading experts and book authors on enterprise computing. He was the lead architect of OpenEJB, an open source EJB container used in Apache Geronimo, a member of the JCP Executive Committee, member of JCP EJB expert groups, and an industry analyst for Burton Group researching enterprise computing, open source, and Rich Internet Application (RIA) development. Today, Richard is the VP of Developer Relations for Curl, Inc. a RIA platform used in enterprise computing. You can learn more about Richard at his web site monson-haefel.com.

Reference

Computer Architecture Questions on Technical Interview  

Top 30 questions you should ask the interviewer  

Interview Questions for Senior and Mid Software Engineers 

97 Things Every Software Architect Should Know

Book author site monson-haefel.com

Summary

Check this out very cool podcast about Simplicity in Architecture design. This article present book, good advices that need to be well known by software architects. Every Software architector also have to communicate effectively, not only to understand the business needs, but also to advance their own architectural vision. They can do so verbally, in writing, and through various software architectural models that specialize in communicating architecture.

What software architect should know?

  1. People are the platform
  2. All solutions are obsolete
  3. Data is forever
  4. Flexibility breeds complexity
  5. Nothing works as expected
  6. Documentation is the universal source code
  7. Know the business
  8. Maintain the vision
  9. Software architects should also be coders
  10. There is no substitute for experience

Software architect

Comments are closed