So.. I'm creating my first package. My package is pretty simple, it's about making payments with a popular norwegian / scandinavian solution.
I'm pretty new to Laravel (1.5 years). The code is working, I've followed every points on the API checklist. And all is good.
But, I keep thinking, does the code look good? Am I doing something stupid? Am I naming variables, classes and so on correct? Could this be done in a smoother way? And the list goes on..
How the hell do you cope with this? Is it just me..or..?
Back
•
In response to @tor2r
If you're worried about it you could try using phpstan and laravel pint, that would give you a consistent style. And maybe you could opensource it so maybe someone will review it