Skip to content

Commit c7a5fd3

Browse files
committed
Update module-building-guide.md
1 parent e5d86ce commit c7a5fd3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_docs/module-building-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Failure to follow the recommendations in this section will lead to poor modules,
1717
* A module SHOULD adhere to our [Naming Conventions](/docs/naming-conventions.html) for variables, methods, etc.
1818
* All code within a module SHOULD adhere to the formatting specified by the [PSR-4 Coding Standard](http://www.php-fig.org/psr/psr-4/). To evaluate your own code, please use [Code Sniffer](http://pear.php.net/package/PHP_CodeSniffer/).
1919

20+
To see the details of this guide in action, check out the [Todo Module](https://github.com/web2project/modules-todos) as an example.
21+
2022
## Table of Contents
2123

2224
{% assign items = site.docs | where:"category","module building guide" %}

0 commit comments

Comments
 (0)