Skip to content

Commit eb977d3

Browse files
authored
Merge pull request #491 from SuvashBudhathoki/fix-typo
Fix typo white to while 3rd para
2 parents 1fcc731 + 6bdbd41 commit eb977d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2023-12-21-good-software-engineering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In the ever-evolving landscape of technology, the importance of good software en
3131
* [Conclusion](#conclusion)
3232

3333

34-
Good software engineering is not just about writing code that works; it's about writing code that stands the test of time, is easily maintainable, and can adapt to the changing needs of the business. This involves making crucial decisions about where and how different components of your system should interact white it is stable, scaleable, and resilient.
34+
Good software engineering is not just about writing code that works; it's about writing code that stands the test of time, is easily maintainable, and can adapt to the changing needs of the business. This involves making crucial decisions about where and how different components of your system should interact while it is stable, scaleable, and resilient.
3535

3636
In addition to that, your choice of technology for each layer also plays a vital role in how reliable, easily recoverable, and [resilient software](/blog/2020/12/software-resilience/) you can deliver. Another important aspect of this discussion is [software scalability](/blog/2020/12/software-scalability/). In the next section, you will learn about selecting the right layer for your solution.
3737

0 commit comments

Comments
 (0)