Hi, guys,
I am trying to implement event driven design for my apps. The problem I bumped in is how to keep track of those events? When you work in a team it is good to have a list of available events with a description, cause when you have a number of events in your app it is getting difficult to keep track of all the events and IDE does not help to do it. I am using PHPStorm it has awesome panel for TODO, I would be amazing to have something similar for events :D
The simples solution is to have docs file for events and manually add events to it, however maybe there is some kind of solutions like doc block for events e.g. @event ...... or smth similar?
So, guys I want to ask how you cope with this issue?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community