Dry sucks
Before you start, be clear about what you want your reader to do after you end
Write to a well formed outline, always
Avoid ambiguous pronouns
clarity = illustrations + words
When dealing with concepts... logical illustration and example
Embrace revision
Contents contributed and discussions participated by Sarah HL
Your code sucks, let's fix it - 3 views
PHP: V8js - Manual - 14 views
Un projet sans développeur ? | Industrialisation des développements PHP - 2 views
-
Il ne s'agit pas de s'en passer totalement : même les générateurs de code doivent être programmés par quelqu'un....
-
celui qui a produit le code
-
devient rapidement un passage obligé pour nombre de phase de vie de l'entreprise, alors même que le code a quitté son giron depuis longtemps.
- ...4 more annotations...
Top 10 Traits of a Rockstar Software Engineer - 1 views
-
Loves To Code Gets Things Done Continuously Refactors Code Uses Design Patterns Writes Tests Leverages Existing Code Focuses on Usability Writes Maintainable Code Can Code in Any Language Knows Basic Computer Science
Changelog | symfony | Web PHP Framework - 0 views
-
Updating Doctrine to 1.0.12
-
fixed form field render method so widget schema id format is applied
-
fixed missing div in admin generator used in css styles
- ...4 more annotations...
koha-fr | communauté francophone koha - 0 views
La cave - 0 views
Pourquoi critiquer autant PHP ? « rand(0) - 0 views
-
Je me demande pourquoi est-ce l’image de PHP n’est pas aussi « bonne » que celle de Java ?
-
PHP permet cette anarchie mais c’est à vous, architectes, de vous former et de savoir utiliser les bonnes méthodes et outils pour commencer le développement d’un projet évolutif, sécurisé et léger.
-
PHP offre aujourd’hui la possibilité d’appliquer les principaux design patterns à vos applications ainsi qu’une implémentation objet du langage même si PHP ne sera jamais un langage 100% objet, mais c’est ce qui fait sa force.
- ...2 more annotations...
Learning JavaScript from PHP - a Comparison | Lullabot - 0 views
-
In PHP, all variables are local in scope unless declared as global. JavaScript is opposite, and all variables are global unless declared with the var keyword.
-
Both PHP and JavaScript are loosely typed
-
JavaScript is a bit mixed concerning undeclared variables, if you attempt to modify or compare with an undeclared variable, the script will break entirely, but you can check the variable status using typeof() or in conditional statements containing only that variable.
- ...6 more annotations...
Where Has All The PHP Gone? - 0 views
-
I was always able to find help with almost anything PHP related that I needed. It wasn’t the ‘cut and paste’ kind of help, it was the ‘detailed explanation’ kind of help.
-
it is becoming increasingly more difficult to learn PHP
-
Beginners nowadays are being hit over the head with grandiose concepts such as ‘dependency injection’ and ‘favouring composition over inheritance’ which really have nothing to do with PHP itself.
- ...4 more annotations...