Developer Workflows
Developer Workflows
Practices, patterns, and processes for building, testing, and shipping software.
4 terms
Showing 4 terms
AST (Abstract Syntax Tree)
A tree representation of source code structure used by compilers and analysis tools to understand program logic.
CI/CD
Continuous Integration / Continuous Delivery: automated practices for building, testing, and deploying code changes.
Pull Request
A method for submitting code changes for review before merging into a shared codebase, serving as the AI-to-human handoff point.
Technical Debt
The accumulated cost of shortcuts and deferred maintenance in a codebase that slows future development.
No terms match your search. Try a different word.
