php-pds / skeleton

Standard PHP package skeleton.
Creative Commons Attribution Share Alike 4.0 International
2.3k stars 167 forks source link

/src for main? #40

Open cxj opened 7 years ago

cxj commented 7 years ago

I put all my autoloaded classes into /src. But where do I put the source for my main* for a command-line executable? Does that go in /src? Someplace else?

*main (like int main() in C/C++) -- the non-class entry point for the program, which typically receives the command line parameters via $argv.

samwilson commented 6 years ago

Those would go in bin/ I think.