{"id":13680093,"url":"https://github.com/kingzez/write-readable-javascript-code","last_synced_at":"2025-06-20T00:07:53.339Z","repository":{"id":90695152,"uuid":"150547985","full_name":"kingzez/write-readable-javascript-code","owner":"kingzez","description":"📖 All about writing maintainable JavaScript","archived":false,"fork":false,"pushed_at":"2018-10-07T16:30:30.000Z","size":5,"stargazers_count":258,"open_issues_count":0,"forks_count":16,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-12T16:17:33.669Z","etag":null,"topics":["angular","best-practices","clean-architecture","clean-code","es6","guide","guidelines","how-to","javascript","javascript-best-practices","maintainability","maintainable","maintainable-javascript","nodejs","principles","react","readable","standard","style-guide","vue"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kingzez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-09-27T07:38:03.000Z","updated_at":"2025-01-21T20:23:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"82f3c3d2-fdc5-4905-ac53-80fe665c5416","html_url":"https://github.com/kingzez/write-readable-javascript-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kingzez/write-readable-javascript-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingzez%2Fwrite-readable-javascript-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingzez%2Fwrite-readable-javascript-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingzez%2Fwrite-readable-javascript-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingzez%2Fwrite-readable-javascript-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kingzez","download_url":"https://codeload.github.com/kingzez/write-readable-javascript-code/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kingzez%2Fwrite-readable-javascript-code/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260852153,"owners_count":23072603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","best-practices","clean-architecture","clean-code","es6","guide","guidelines","how-to","javascript","javascript-best-practices","maintainability","maintainable","maintainable-javascript","nodejs","principles","react","readable","standard","style-guide","vue"],"created_at":"2024-08-02T13:01:12.965Z","updated_at":"2025-06-20T00:07:48.323Z","avatar_url":"https://github.com/kingzez.png","language":"JavaScript","readme":"# Write Readable JavaScript Code\n\n\n# ![banner](https://user-images.githubusercontent.com/10891613/46139520-58221b00-c281-11e8-9ca4-76304256987a.png)\n\n\n## English\n\n- [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) ![Star](https://img.shields.io/github/stars/ryanmcdermott/clean-code-javascript.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/ryanmcdermott/clean-code-javascript.svg?style=flat-square\u0026label=Fork) - 🛁 Clean Code concepts adapted for JavaScript.\n- [javascript](https://github.com/airbnb/javascript) ![Star](https://img.shields.io/github/stars/airbnb/javascript.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/airbnb/javascript.svg?style=flat-square\u0026label=Fork) - Airbnb JavaScript Style Guide.\n- [standard](https://github.com/standard/standard) ![Star](https://img.shields.io/github/stars/standard/standard.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/standard/standard.svg?style=flat-square\u0026label=Fork) - 🌟 JavaScript Standard Style.\n- [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html) ![Star](https://img.shields.io/github/stars/google/styleguide.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/google/styleguide.svg?style=flat-square\u0026label=Fork) - Google JavaScript Style Guide.\n- [node-style-guide](https://github.com/felixge/node-style-guide) ![Star](https://img.shields.io/github/stars/felixge/node-style-guide.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/felixge/node-style-guide.svg?style=flat-square\u0026label=Fork) - A guide for styling your node.js / JavaScript code.\n- [nodebestpractices](https://github.com/i0natan/nodebestpractices) ![Star](https://img.shields.io/github/stars/i0natan/nodebestpractices.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/i0natan/nodebestpractices.svg?style=flat-square\u0026label=Fork) - The largest Node.JS best practices list (September 2018)\n- [project-guidelines](https://github.com/elsewhencode/project-guidelines) ![Star](https://img.shields.io/github/stars/elsewhencode/project-guidelines.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/elsewhencode/project-guidelines.svg?style=flat-square\u0026label=Fork) - A set of best practices for JavaScript projects.\n- [mostly-adequate-guide](https://github.com/MostlyAdequate/mostly-adequate-guide) ![Star](https://img.shields.io/github/stars/MostlyAdequate/mostly-adequate-guide.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/MostlyAdequate/mostly-adequate-guide.svg?style=flat-square\u0026label=Fork) - Mostly adequate guide to FP (in javascript).\n- [js-the-right-way](https://github.com/braziljs/js-the-right-way) ![Star](https://img.shields.io/github/stars/braziljs/js-the-right-way.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/braziljs/js-the-right-way.svg?style=flat-square\u0026label=Fork) - An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.\n- [Guiders-JS](https://github.com/pickhardt/Guiders-JS) ![Star](https://img.shields.io/github/stars/pickhardt/Guiders-JS.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/pickhardt/Guiders-JS.svg?style=flat-square\u0026label=Fork) - Guiders.js: A Javascript library for guiders.\n- [frontend-guidelines](https://github.com/bendc/frontend-guidelines) ![Star](https://img.shields.io/github/stars/bendc/frontend-guidelines.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/bendc/frontend-guidelines.svg?style=flat-square\u0026label=Fork) - Some HTML, CSS and JS best practices.\n- [react-styleguidist](https://github.com/styleguidist/react-styleguidist) ![Star](https://img.shields.io/github/stars/styleguidist/react-styleguidist.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/styleguidist/react-styleguidist.svg?style=flat-square\u0026label=Fork) - Isolated React component development environment with a living style guide.\n- [vuejs-component-style-guide](https://github.com/pablohpsilva/vuejs-component-style-guide) ![Star](https://img.shields.io/github/stars/pablohpsilva/vuejs-component-style-guide.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/pablohpsilva/vuejs-component-style-guide.svg?style=flat-square\u0026label=Fork) - Vue.js Component Style Guide.\n- [angular-styleguide](https://github.com/johnpapa/angular-styleguide) ![Star](https://img.shields.io/github/stars/johnpapa/angular-styleguide.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/johnpapa/angular-styleguide.svg?style=flat-square\u0026label=Fork) - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.\n\n\n## Chinese\n\n- [clean-code-js](https://github.com/alivebao/clean-code-js) ![Star](https://img.shields.io/github/stars/alivebao/clean-code-js.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/alivebao/clean-code-js.svg?style=flat-square\u0026label=Fork) - clean-code-javascript 中文版.\n- [javascript-style-guide](https://github.com/sivan/javascript-style-guide) ![Star](https://img.shields.io/github/stars/sivan/javascript-style-guide.svg?style=flat-square\u0026label=Stars) ![Fork](https://img.shields.io/github/forks/sivan/javascript-style-guide.svg?style=flat-square\u0026label=Fork) - Airbnb JavaScript Style Guide 中文版.\n\n\n## Update\n🌟 ~~Update star once a month~~ Add auto update stars and fork, so welcome star this repo.\n\n## Contribution\n👏 Welcome PR","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingzez%2Fwrite-readable-javascript-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingzez%2Fwrite-readable-javascript-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingzez%2Fwrite-readable-javascript-code/lists"}