Tag suchen

Tag:

Tag linting

AGENTS.md: Das fehlende Gedächtnis für Coding Agents in alten Projekten 03.04.2026 09:52:20

agenten-kontext alte repositories ai coding agents build-kommandos test-kommandos softwarearchitektur wartung alter software prompt-wiederholung vermeiden refactoring mit ki coding agents agentic coding projekt-onboarding codex projektüberblick codequalität technische dokumentation coding-konventionen ki coding agents ki-gestützte softwareentwicklung cursor ide readme für agents developer productivity ki-workflow agents.md entwicklungsstandards legacy-projekte projektwissen altprojekte linting codeverständnis persistenter kontext ki im entwicklungsalltag kontextmanagement programmierung teamkonventionen projektkontext agenten-datei repository-onboarding claude code architekturüberblick implizites wissen projektregeln github copilot agents definition of done codebasis projektgedächtnis monorepo-dokumentation openai codex entwicklerdokumentation ki repository-übersicht entwicklungsprozesse softwarewartung code-dokumentation claude.md kontextdatei agentensteuerung repository-dokumentation repository-kontext entwickler-workflow
Ich arbeite inzwischen lieber mit Coding Agents als mit klassischen Chatfenstern. Der Unterschied ist nicht klein. Ein guter Agent kann ein Repository durchsuchen, Zusammenhänge erkennen, Änderungen vornehmen, Tests starten und sich entlang einer Architektur bewegen. Aber genau an dieser Stelle … ... mehr auf 1manfactory.com

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

linux code-qualität code-formatierung eslint-plugin-react git react prettier linting pre-commit-hook best practices git-hooks typescript npm eslint-plugin-react-hooks eslint-config-prettier javascript entwicklungsworkflow @typescript-eslint frontend-entwicklung react-scripts eslint automatisierung
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