The official standards for YDD ( Yolo-Driven Development ).
An alternative standard as against PSR coding standards
Test wasting your time? Do away with it. As long as it works when it's up on the server, that means it's tested, right?
If your client really wants a test suite, we highly suggest these repositories
Namespaces look nice, but with Yolo Driven Development, you should put it all into one namespace. Since YDD usually is solo-development - should you really bother?
"Move fast and break things"
Use functions - they usually run faster than object-oriented scripts. Always group functions into good files.
Switch caps in naming your classes and functions. Don't use capital letters in naming your classes.It_is_preferable_2_separate_words_with_underscores
.
If you want, you can enable short_open_tag
in php.ini to use shorter <?
.
You can also use <%
- You just need to enable asp_tags
in php.ini
<% System::print("ASP and JSP still rules Yolo!"); %>