Commit 19ac40e7 authored by Sami Hiltunen's avatar Sami Hiltunen Committed by Steve Xuereb
Browse files

Remove line limit target from HTTP Router design doc

parent 1ca045a6
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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