maintainability
There are 64 repositories under maintainability topic.
elsewhencode/project-guidelines
A set of best practices for JavaScript projects
metricfu/metric_fu
A fist full of code metrics
rohaquinlop/complexipy
Blazingly fast cognitive complexity analysis for Python, written in Rust.
kingzez/write-readable-javascript-code
📖 All about writing maintainable JavaScript
css-naked-day/css-naked-day.github.io
Show off your semantic <body>!
swissmanu/pattern-matching-with-typescript
TypeScript does not have any pattern matching functionality built in. This article shows several ways how you can replicate the core of a simple pattern matcher using a few simple structures and functions within TypeScript. Resulting code will have improved maintainability and better runtime type safety when done right.
goatlang/goat
Extended flavor of the Go programming language, aiming for increased value safety and maintainability
ElMassimo/vuex-stores
🗄 Store objects for Vuex, a simple and more fluid API for state-management.
csssustentavel/csssustentavel.com.br
Escreva CSS sem se preocupar se estilos pré-existentes causarão problemas. CSS Sustentável é uma abordagem para a escrita de CSS modular, escalável e, claro, sustentável. Tradução autorizada do MaintainableCSS.
ytetsuro/sabik
Visualize source code complexity with Sabik. This tool is to find the bad smell code. I think your helpful refactoring.
thesis-nozal/PhD
"Optimizing Performance and Energy Efficiency in Massively Parallel Systems" PhD Dissertation repository.
tushartushar/smells
A Taxonomy of Software Smells
fabiosferreira/React-Code-Smells
React code smells
niqodea/python-monorepo
A template for a Python monorepo 🐍
opbi/hooks
🎯 configurable decorators for automated observability and self-explanatory codebase
niqodea/breadcrumbs
Streamline symlink upward navigation 🍞
sajedjalil/C-Static-Analyzer
Parser, Lines of code, Cyclomatic Complexity, Halstead Complexity, Maintainability Index
vantoozz/phpcdm
PHP Code Density Meter
mzabaluev/unwrap-infallible
Unwrap infallible results with all convenience and no fear
pycleancode/pycleancode
A Python toolkit to help developers write professional-grade, maintainable, and clean code following clean code principles.
Ayushx309/codemetrix
🔍 CodeMetrix: A sophisticated code analysis and cost estimation tool that provides advanced metrics, quality assessment, and intelligent reporting for software projects. Features COCOMO II modeling, AST-based analysis, and multi-language support.
johnspray74/ALAExample
Example application of ALA (Abstraction Layered Architecture). Used in IEEE TSE paper in 2021. Also to be used as an example in the online book at abstractionlayeredarchitecture.com
widetape/result
Result object for Go
jenkinsci/redhat-codeready-dependency-analysis-plugin
A Jenkins plugin by Red Hat, to scan the dependency stack and give information related to vulnerabilities, popularity, maintainability, compatibility and more
S2-group/ICSME2018ReplicationPackage
Replication package of the paper "An Empirical Study on the Evolution of Maintainability issues of Android Applications" accepted for publication at ICSME 2018
tegos/laravel-action-and-service-guideline
A clean, scalable Laravel architecture using Action and Service patterns to organize business logic, ensuring maintainable, testable PHP applications.
thebentern/clean-code-study
Clean code study guide
toe2132313/Zorvex-CAT
Zorvex-CAT is a base project template implementing Clean Architecture and Domain-Driven Design (DDD) principles, with identity management features.
TQRG/maintainable-security
Maintainable Security - Replication Package for "Fixing Vulnerabilities Potentially Hinders Maintainability"
zeroc0d3lab/project-guidelines
A set of best practices for JavaScript projects
lduraes/pt-news
Demo project showcasing SwiftUI, MMVM, SwiftLint, Localization, Travis CI, Codecov, Codebeat, Maintainability & Slack
MrEshboboyev/PermissionControlHub
PermissionControlHub: A scalable, secure role and permission management system built with ASP.NET Core, Clean Architecture, and DDD. Features flexible roles, fine-grained permissions, and a seeded Admin user. Ready to power your app! 🚀
Pushpendra-1697/Task-Fragmentation-UI
Task-Fragmentation
ringerH/TalentScout_Hire_bot
An intelligent and witty Hiring assistant developed using gemini-1.5-flash and hosted in AWS-EC2 which takes in candidate info and generates domain-specific questions as the initial screening process of recruitment.
rogeruiz/tf-maintainability-module
A testing ground for various Terraform maintainability tools. Because, maintaining large swaths of Terraform code can possibly lead to maintainer headaches.
shift-elevate/clean-code
Demonstration of clean code principles with practical refactoring techniques covered with comprehensive tests.