I started a new software project and after reading another developers recommended practice I thought I’d follow it and give it a go.
He recommended that when doing run modes to call them in the format “verb noun”.
So I gave that a go, and cut a long story short I think it’s a crap idea.
I’ve gone back to the way I used to do them, which is “noun verb”.
This has the benefit of keeping all the templates for a particular table together in the directory listing, instead of having all the Add pages together, then the Edit pages etc.
Using two almost identical projects and just making just this change, I cut my production time almost in half.