- le fichier se trouve au bon endroit
- le fichier porte le bon nom
- la variable est bien nommée
- la variable porte le bon typage (const, let, var)
- le code se trouve au bon endroit
- le code est testé
- les cas de tests sont suffisants
- il n'y a pas de duplication de code
- le code supprimé ne laisse pas de variables inutilisées, de module inutilisé, de dépendance inutilisée
- le code ne duplique pas une librairie connue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
window['_fs_debug'] = false; | |
window['_fs_host'] = 'fullstory.com'; | |
window['_fs_org'] = 'XXX'; | |
window['_fs_namespace'] = 'FS'; | |
(function(m,n,e,t,l,o,g,y){...})(window,document,window['_fs_namespace'],'script','user'); | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[production] | |
example.com ansible_user=root [email protected] domain_name=example.com ansible_ssh_private_key_file=key.pem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resolve: | |
updateDates: ($q, DataUpdate) -> | |
def = $q.defer() | |
DataUpdate.find() | |
.$promise | |
.then (updateDates) -> | |
def.resolve updateDates | |
.catch -> | |
def.resolve [] | |
return def.promise |
Electrical comsumption in France in 2014 (with weekends and hollidays highlighted)
NewerOlder