コーディングスタイル
朝早いので、暇だし
検索してひっかかったのを貼っとく。見つけ次第順次更新。
Ruby
Python
- http://google-styleguide.googlecode.com/svn/trunk/pyguide.html
- https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/
- http://www.pocoo.org/internal/styleguide/
Pythonコーディングスタイルまとめ
PHP
- http://framework.zend.com/manual/1.12/en/coding-standard.html
- https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
- http://symfony.com/doc/current/contributing/code/standards.html
PHPコーディングスタイルまとめ
JavaScript
- https://github.com/visionmedia/mocha/blob/master/mocha.js
- http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
- http://contribute.jquery.org/style-guide/js/
- http://dailyjs.com/2012/01/12/style/
- https://gist.github.com/isaacs/357981
- http://mislav.uniqpath.com/2010/05/semicolons/
- https://github.com/airbnb/javascript (日本語訳)
CSS
TypeScript
Product Strategy
- http://yaakaito.org/blog/2013/04/26/typescript-proj-template/ (プロジェクトテンプレートの作り方)