Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.35 KB

ydd-fig

The official standards for YDD ( Yolo-Driven Development ).

An alternative standard as against PSR coding standards

Testability? Meh.

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"

Non-OOP

Use functions - they usually run faster than object-oriented scripts. Always group functions into good files.

Lo0k l33t

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 .

Stop using the <?php

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!"); %>