Ir al contenido principal

Who Needs an Architect?

In this article the author talks about the concept of architecture and what it means to him. At the beginning he starts to give the IEEE definition, and it is very interesting to see what he thinks about this definition, giving his opinion about the parts in which he agrees and the parts in which he disagrees.
The author defines two types of architects, these are:


Architectus Reloadus: is the person who makes all the important decisions. The architect does this because a single mind is needed to ensure a system’s conceptual integrity, and perhaps because the architect doesn’t think that the team members are sufficiently skilled to make those decisions. Often, such decisions must be made early on so that everyone else has a plan to follow.
Architectus Oryzus: This kind of architect must be very aware of what’s going on in the project, looking out for important issues and tackling them before they become a serious problem.
The most important activity of Architectus Oryzus is to mentor the development team, to raise their level so that they can take on more complex issues. Improving the development team’s ability gives an architect much greater leverage than being the sole decision maker and thus running the risk of being an architectural bottleneck. This leads to the satisfying rule of thumb that an architect’s value is inversely proportional to the number of decisions he or she makes.

In general, I consider both people to be very important in the software development process. I couldn't imagine this process without one of these two people. I like how the author gives a name to each one and is very specific in the functions he has.
To conclude, I liked this article very much, I understand much better the concept of software architecture and the actors involved in it.



Comentarios

Entradas populares de este blog

Moon Machines: The Navigation Computer

Nowadays, we have a great capacity to find solutions to problems through computers, which have a lot of memory, processing capacity and which give us results in a minimum amount of time. However, this was not always the case. In the beginning, computers were very big and did not have the capacity they have today. That's why this documentary surprised me a lot, to see how the process went so that the engineers could do the calculations for the Apollo to reach the moon. In the beginning this process looked quite complicated for the engineers and professionals to do by hand, but with the help of a computer, which didn't have much memory, it made the process easier for them. One of the scenes that I really liked was when you see the computer printing out calculation results and that it was large amounts of paper to be able to visualize those results. I admire the great effort that was made at that time, because with the tools they had, they obtained a satisfactory result,...

Software Craftmanship

In this podcast they talked about a topic that I had already heard, or at least they talked about topics that I had already seen. Bob Martin talks about the two types of people that exist in software engineering, which are architects and programmers. Architects are the people who are responsible for making the important decisions on the project, while programmers are the people who do the work of making the project code and achieving the project goals. Personally, I think that the decisions of a project should be made among the whole development team, because in this way you can discover elements that the architect didn't see at the beginning and in this way everyone will agree and avoid problems in the future. Wikipedia gives us the following definition of "Software": Software craftsmanship is an approach to software development that emphasizes the coding skills of the software developers. It is a response by software developers to the perceived ills of the mainstr...