Tag suchen

Tag:

Tag code-qualit_t

Linting und Formatierung in React/TypeScript-Projekten 14.03.2025 20:02:24

entwicklungsworkflow @typescript-eslint frontend-entwicklung npm best practices code-formatierung eslint-plugin-react-hooks react-scripts eslint git eslint-plugin-react automatisierung react eslint-config-prettier prettier git-hooks linux linting pre-commit-hook typescript code-qualität javascript
Warum Linting und Formatierung wichtig sind Linting und Formatierung sind entscheidende Bestandteile eines sauberen und wartbaren Codes. Während Linting hilft, potenzielle Fehler im Code zu identifizieren, stellt die Formatierung sicher, dass der Code konsistent aussieht und leicht lesbar bleibt. In … ... mehr auf 1manfactory.com

Mit Pre-Commit-Hooks 3-fache Sicherheit 14.03.2025 16:47:38

best practices php phpcs versionskontrolle git entwicklung phpstan code-review clean code psr-12 phpmd git hooks automatisierte code-prüfung php codesniffer sicherheit pre-commit-hook code-qualität composer statische analyse software-qualität php mess detector linux code-analyse fehlervermeidung
Beim Arbeiten mit Git kann es schnell passieren, dass fehlerhafter oder unsauberer Code in ein Repository gelangt. Um dies zu verhindern, können Pre-Commit-Hooks eingesetzt werden, die den Code automatisch vor jedem Commit prüfen. In diesem Artikel zeige ich, wie du … ... mehr auf 1manfactory.com