Merge pull request #115 from AyoubIssaad/cleanJsCodeRes

Added new JS ressource: Clean Code Javascript
This commit is contained in:
wellá
2019-07-31 09:55:21 +02:00
committed by GitHub

View File

@@ -504,6 +504,11 @@
"title": "Javascript Weekly", "title": "Javascript Weekly",
"desc": "A free, onceweekly email roundup of JavaScript news and articles.", "desc": "A free, onceweekly email roundup of JavaScript news and articles.",
"url": "https://javascriptweekly.com/" "url": "https://javascriptweekly.com/"
},
{
"title": "Clean Code Javascript",
"desc": "Software engineering principles, from Robert C. Martin's book Clean Code, adapted for JavaScript. This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in JavaScript.",
"url": "https://github.com/ryanmcdermott/clean-code-javascript"
} }
] ]
}, },