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"
} }
] ]
}, },
@@ -905,9 +910,9 @@
"url": "https://serversforhackers.com/" "url": "https://serversforhackers.com/"
}, },
{ {
"title" : "Glitch", "title": "Glitch",
"desc" : "The friendly community where everyone can discover & create the best apps on the web.", "desc": "The friendly community where everyone can discover & create the best apps on the web.",
"url" : "https://glitch.com/" "url": "https://glitch.com/"
}, },
{ {
"title": "Serverless for Front-End Developers", "title": "Serverless for Front-End Developers",