Documentation
KwadroNaut opened this issue · 2 comments
KwadroNaut commented
You explain very well on how to use it, but not what it actually does/how it gets done what it does. It's all relatively small, so I (think I) figured it out by glancing at the source, still would be nice if you could expand.
- const MAX_INT = 2147483647; Does that include this Mersenne prime or one less?
- why chmod 755? Everyone should be able to execute/recalculate the ids?
henryejemuta commented
You explain very well on how to use it, but not what it actually does/how it gets done what it does. It's all relatively small, so I (think I) figured it out by glancing at the source, still would be nice if you could expand.
- const MAX_INT = 2147483647; Does that include this Mersenne prime or one less?
- why chmod 755? Everyone should be able to execute/recalculate the ids?
Just runing php vendor/bin/optimus spark
would generate the required numbers for you to work with
jenssegers commented
Also see #35