Jump to content

Talk:Comment programming

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Means a new thing in the age of AI

[edit]

https://notes.kodekloud.com/docs/GitHub-Copilot-Certification/Introduction/Comment-driven-Development


Overview

Comment-driven development (CDD) lets you write plain-English comments that describe the code you need. GitHub Copilot reads these comments and generates the corresponding implementation, including:


Classes with type hints and validation

Data-processing methods

Standalone functions

pytest unit tests

CDD reduces boilerplate and keeps your focus on business logic.


Mathiastck (talk) 15:27, 27 August 2025 (UTC)[reply]

There is another article for Comment-driven development Mathiastck (talk) 16:03, 14 October 2025 (UTC)[reply]