- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 284字
- 2021-07-02 20:12:55
Organizational alignment
In a monolithic application, having a large code base is not the only challenge that you'll face. Having a large team to handle such a code base is one more problem that will affect the growth of the business and application.
- Same goal: In a team, all the team members have the same goal, which is timely and bug-free delivery at the end of each day. However, having a large code base and current, the monolithic architectural style will not be a comfortable feeling for the team members. With team members being interdependent due to the interdependent code and associated deliverables, the same effect that is experienced in the code is present in the development team as well. Here, everyone is just scrambling and struggling to get the job done. The question of helping each other out or trying something new does not arise. In short, the team is not a self-organizing team.
Roy Osherove defined three stages of a team in his book, Teamleader:
Survival phase: No time to learn.
Learning phase: Learning to solve your own problems.
Self-organizing phase: Facilitate, experiment.
- A different perspective: The development team takes too much time for deliverables due to reasons, such as feature enhancement, bug fixes, or module interdependency stopping easy development. The QA team is dependent upon the development team and the dev team has its own problems. The QA team is stuck once developers start working on bugs, fixes, or feature enhancements. There is no separate environment or build available for QA to proceed with their testing. This delay hampers overall delivery, and customers or end users would not get the new features or fixes on time.
推薦閱讀
- Rust編程從入門到實戰
- 程序員面試算法寶典
- C語言最佳實踐
- C++ 從入門到項目實踐(超值版)
- Scala程序員面試算法寶典
- IoT Projects with Bluetooth Low Energy
- Mastering Leap Motion
- Java Web開發教程:基于Struts2+Hibernate+Spring
- JavaScript程序設計基礎教程(慕課版)
- Ajax與jQuery程序設計
- Mastering Puppet(Second Edition)
- Test-Driven iOS Development with Swift 4(Third Edition)
- Visual C++.NET 2010開發實踐:基于C++/CLI
- ROS Robotics By Example
- KVM Virtualization Cookbook