24 repository-uri
Guides and tools for maintaining clean, modern, and consistent code.
Explore 24 awesome GitHub repositories matching part of an awesome list · JavaScript Standards and Style. Refine with filters or upvote what's useful.
Acest proiect este o serie educațională cuprinzătoare, concepută pentru a oferi o înțelegere tehnică profundă a limbajului de programare JavaScript. Acesta funcționează ca un curriculum multi-volum care ghidează dezvoltatorii prin mecanismele de bază, modelele de execuție și specificațiile subiacente care definesc modul în care limbajul operează la un nivel fundamental. Curriculumul se distinge prin concentrarea pe arhitectura internă a limbajului, mai degrabă decât pe sintaxa de suprafață. Acesta oferă o analiză riguroasă a unor subiecte complexe, cum ar fi lexical scope, încapsularea stării bazată pe closure, moștenirea bazată pe prototype și mecanica event loop-ului. Explorând modul în care motorul gestionează contextele de execuție și mediile variabile, seria permite dezvoltatorilor să navigheze prin nuanțele sistemelor de tip dinamic și ale coerciției implicite cu o predictibilitate mai mare. Materialul acoperă întregul spectru al fundamentelor limbajului, inclusiv modele orientate pe obiecte, fluxuri de execuție asincronă și regulile gramaticale care guvernează transformarea datelor. Aceste resurse sunt structurate pentru a ajuta practicienii să treacă de la utilizarea de bază la stăpânirea mecanismelor interne ale limbajului, susținând în final dezvoltarea unui software mai ușor de întreținut și mai eficient. Conținutul este disponibil sub formă de serie de manuale tehnice și ghiduri conceptuale destinate studiului sistematic.
Deep dive into core JavaScript mechanics.
This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules
Industry-standard JavaScript style guide.
This project is a collection of engineering guidelines and best practices for writing readable and maintainable JavaScript source code. It serves as a clean code guide and refactoring manual to help developers improve the structure of their codebases. The repository provides a reference for applying SOLID principles to reduce coupling and enable extensions without modifying existing logic. It includes a naming convention standard for using explicit, searchable identifiers and a guide for asynchronous patterns to replace nested callbacks with clearer execution flows. The guidelines cover soft
Best practices for clean, readable JavaScript.
Lodash is a JavaScript utility library and data manipulation toolkit. It provides a collection of modular functions for transforming, filtering, and validating arrays, objects, strings, and numbers. The project functions as a functional programming toolkit, offering capabilities for function composition, currying, and lazy evaluation. It includes mechanisms for execution control, such as debouncing and throttling, to manage the timing and frequency of function invocations. The library covers a broad surface of data operations, including deep cloning and merging of complex nested structures,
Utility library for functional programming tasks.
This project is a comprehensive set of architectural and coding standards for organizing and maintaining high-quality JavaScript applications. It provides a framework for JavaScript project best practices across the full software development lifecycle, establishing unified guidelines for project organization and development. The guidelines cover specific standards for REST API design, utilizing resource-oriented interfaces and standardized HTTP methods. It also includes a web accessibility standard focused on semantic HTML and automated audits, alongside a defined Git workflow standard for br
Provides a comprehensive framework for organizing JavaScript project structures and architectural layouts.
This project is a comprehensive reference guide and technical documentation for the features, syntax updates, and APIs introduced in ECMAScript 6. It serves as a language specification and overview for modern JavaScript development. The guide covers a wide range of language enhancements, including the implementation of classes and prototype-based inheritance, the use of arrow functions for lexical scope binding, and the introduction of block-scoped variables. It details the module system for organizing independent code components via import and export statements. The documentation extends to
Comprehensive overview of ES6 language features.
This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It provides a collection of best practices for writing maintainable and idiomatic code, focusing on variable naming, type checking, and execution context. The project serves as a static analysis guide, offering frameworks and guidelines for using linters and automated tools to identify bugs and verify code correctness before deployment. It establishes standards for formatting, syntax, and variable declarations to standardize code style across a project. The scope of the project cov
Applies consistent formatting and naming rules across JavaScript codebases to improve maintainability.
This project is an educational resource for functional programming education, focused on teaching core concepts and terminology through simple definitions and practical code examples. It provides a way to study fundamental vocabulary and illustrative examples to assist with the transition from imperative to functional programming. The resource serves as a reference for building a professional software engineering vocabulary, enabling more effective communication of technical terms used within the functional paradigm. The site is implemented using static site generation, utilizing markdown co
Glossary of functional programming terminology.
Functional-Light-JS is a JavaScript functional programming library designed to implement functional patterns within JavaScript applications. It serves as a toolkit for declarative data processing, immutable data management, and the construction of complex logic through higher-order functions. The library focuses on a pragmatic implementation of functional programming, providing utilities for curried argument application and function composition. It emphasizes the use of pure functions to calculate state updates and manage application data without side effects. The project covers broad capabi
Lightweight functional programming patterns.
Fantasy Land is a specification for algebraic interfaces in JavaScript. It defines a set of rules, naming conventions, and behavioral contracts for common functional programming structures to ensure consistent behavior and interoperability across the ecosystem. The project establishes a common language for defining computational contexts and data transformation interfaces. By providing a standard set of signatures, it enables different JavaScript libraries to work together through shared algebraic specifications. The specification covers a wide range of functional abstractions, including alg
Specification for algebraic data types.
Acest proiect este un scaffold Cookiecutter și un șablon de proiect pentru știința datelor care automatizează crearea unei ierarhii de foldere consistente pentru proiectele analitice. Oferă o structură de directoare standardizată și un schelet de proiect conceput pentru a organiza fluxurile de lucru în data science, susținând reproductibilitatea și colaborarea. Framework-ul stabilește un layout standardizat pentru pipeline-ul de date și un cadru de cercetare reproductibil. Separă etapele de ingestie, curățare și modelare a datelor pentru a asigura o pistă de audit clară a transformărilor și rezultate de cercetare consistente. Proiectul organizează munca prin furnizarea unei ierarhii de directoare bazate pe convenții pentru date brute, seturi de date procesate, notebook-uri și cod sursă. Această abordare susține machine learning-ul colaborativ și organizarea structurată a pipeline-urilor de date.
Sets up a standardized folder structure to keep datasets, notebooks, and source code organized throughout research.
Napajs is an embeddable JavaScript engine and multi-threaded runtime designed to be integrated directly into other software applications as a component. It serves as a parallel computation framework that allows JavaScript code to execute across multiple threads, bypassing the standard single-threaded event loop limitation to handle CPU-intensive tasks. The runtime is distinguished by its ability to load and execute modules from the NPM ecosystem and its pluggable execution environment. This architecture allows for custom implementations of memory allocation, system logging, and performance me
Multi-threaded JavaScript execution for Node.js.
js-the-right-way is a JavaScript best practices guide and coding standards reference designed to provide a curated collection of industry materials for writing maintainable code. It serves as a web development education resource, offering organized documentation on modern JavaScript patterns and idioms. The project is structured as a markdown-based documentation site, where guides written in lightweight markup are rendered as static pages. It utilizes a curated network of hyperlinks to connect internal documentation with external industry standards.
Offers guides and tools for maintaining clean, modern, and consistent JavaScript coding styles.
This project is a JavaScript optimizer, minifier, module bundler, transpiler, and static analysis tool. It provides a compilation pipeline designed to shrink file sizes and improve runtime performance. The system utilizes a multi-pass compilation process to perform dead code elimination, global name mangling, and static type inference. It identifies unreachable functions and unused variables to reduce the final output size and detects potential runtime errors without executing the code. The tool manages assets through dependency resolution, code chunking, and bundle management. It ensures co
JavaScript optimization and type checking.
Acest proiect este un ghid de stil JavaScript și un standard de codare Node.js conceput pentru a asigura crearea unui cod consistent, mentenabil și lizibil. Acesta servește drept referință cuprinzătoare pentru convențiile de denumire, formatare și modelele arhitecturale. Proiectul oferă un template de configurare pentru linting care permite aplicarea automată a acestor standarde. Aceasta include presetări de linting predefinite și o bază de reguli utilizate pentru a efectua verificări de logică și formatare automată în întregul codebase. Liniile directoare acoperă o gamă largă de capabilități de standardizare, inclusiv formatarea codului și a fișierelor, implementarea unor modele de codare specifice și definirea convențiilor de denumire pentru identificatori. Aceste standarde sunt aplicate prin configurații automate de linting pentru a menține calitatea în fluxurile de lucru de dezvoltare.
Style guide for Node.js development.
Observables for ECMAScript
Proposal for observable streams in JavaScript.
A General Theory of Reactivity
Guide to functional reactive programming.
This has moved to https://github.com/tc39/proposal-decorators
Proposal for JavaScript decorators.
Callback heaven for Node.js with async/await
Async/await patterns and promise utilities.
import() proposal for JavaScript
Proposal for dynamic module loading.