Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Comment programming

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 9 months ago by Mathiastck in topic Means a new thing in the age of AI

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