Entradas

Mostrando entradas de marzo, 2020

Software Craftsmanship

Today I will talk about the podcast titled “Software Craftsmanship”. This podcast is about agile software development and software craftsmanship. It was an interview with Robert C. Martin, who is a software engineer and author of a lot of books better known as the uncle Bob.     The first thing we hear is Uncle Bob talking about his experience of being a software architect. We also hear him saying that the worst part is the people that tend to separate architects from software developers. He believes it is weird because architects make decisions about the code and have no familiarity with it.     Robert Martin, talks in this interview about software craftsmanship and he tells us that is a concept that says that every young coder or developer  needs to have a master because we can not learn coding just with theory, you must help another person to learn, in a project or whatever you want but help someone. This is similar to attending college, here you have classmates that maybe have

Hidden Figures

Today I will talk about the amazing movie titled “Hidden Figures”. Normally in those times they didn’t recognize all the women were part of important projects and this movie is one example of how they used to hide the work from the matchless Katherine Johnson. I can say that it has become one of my favorite movies.     The film tells the story of three African-American women who worked for NASA in the early 1960s, collaborating in an important space program. These brilliant women achieved incredible goals that seemed impossible because they were women and African-Americans.     What impresses me about these women is their intelligence, their strength, their perseverance and their struggle that allowed them to demonstrate that they were more than capable of being involved in areas that were considered suitable only for the masculine intellect, such as science, mathematics and engineering.     I can identify a little with those great women of that movie, not because of how brilliant t

Is Design Dead?

Today I will talk about the article Is Design Dead? by Martin Fowler (May, 2004). I think it is important to design first and then code, this will avoid the code and fix. Also, the quote that says “if you listen to your code a good design will appear” it doesn’t make sense. It is very interesting to know that there are two styles of design.     The most common and disastrous is Evolutionary Design, as the design of the system grows as the system is implemented, this style makes it difficult to change the system. On the other hand, we have the Planned Design, here the designers don't need to write code because they aren't building the software, they are designing it, in this way, they avoid entropy by making decisions and carrying out the development of the software.     Although the second style is much better, it still has faults, not designing and coding at the same time, it can introduce complex problems in the programming stage. The other fault, which I found quite inte

Who Needs an Architect?

Today I will talk about the article “Who Needs an Architect?” by Martin Fowler, published in IEEE Software. It seems that Martin Fowler and many other people do not agree with the definition of architecture as a high-level design, who tells us there's no highest level concept of a system. The best definition they propose is the following: “In most successful software projects, the expert developers working on that project have a shared understanding of the system design. This shared understanding is called ‘architecture.’ This understanding includes how the system is divided into components and how the components interact through interfaces.” Sounds better to me, because it makes clear that a lot of people are involved in the construct, or in simpler words of the author: architecture is about important stuff.     According to the article an architect should be defined as someone that worries for the important stuff, someone who takes important decisions, must be aware of what i