contributte / webapp-skeleton

🎁 Web application project skeleton based on Nette Framework (@nette), Doctrine (@nettrine) and Contributte (@contributte) libraries by @f3l1x.
https://examples.contributte.org/webapp-skeleton/
MIT License
92 stars 19 forks source link

Better route management #463

Closed jvitasek closed 1 year ago

jvitasek commented 1 year ago

Hey, wouldn't this way be better? It explicitly uses addRoute method instead of using it as an array, also no need to pass the RouteList as arguments to all the aux methods.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5442955865


Files with Coverage Reduction New Missed Lines %
app/Domain/Order/OrderLogSubscriber.php 1 0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 5323997149: -0.9%
Covered Lines: 67
Relevant Lines: 287

💛 - Coveralls
f3l1x commented 1 year ago

👍