Loading content/handbook/engineering/architecture/design-documents/cells/http_routing_service.md +2 −4 Original line number Diff line number Diff line Loading @@ -54,10 +54,8 @@ For example: 1. **Small.** The Routing Service is configuration-driven and rules-driven, and does not implement any business logic. The maximum size of the project source code in initial phase is 1_000 lines without tests. The reason for the hard limit is to make the Routing Service to not have any special logic, and could be rewritten into any technology in a matter of a few days. The routing service is configuration- and rules-driven and does not implement any business logic. The project should stay minimal and handle only routing concerns. ## Requirements Loading Loading
content/handbook/engineering/architecture/design-documents/cells/http_routing_service.md +2 −4 Original line number Diff line number Diff line Loading @@ -54,10 +54,8 @@ For example: 1. **Small.** The Routing Service is configuration-driven and rules-driven, and does not implement any business logic. The maximum size of the project source code in initial phase is 1_000 lines without tests. The reason for the hard limit is to make the Routing Service to not have any special logic, and could be rewritten into any technology in a matter of a few days. The routing service is configuration- and rules-driven and does not implement any business logic. The project should stay minimal and handle only routing concerns. ## Requirements Loading