Skip to content

Instantly share code, notes, and snippets.

View itsmeadarsh2008's full-sized avatar
๐ŸŽš๏ธ
Building projects on the another level.

Adarsh Gourab Mahalik itsmeadarsh2008

๐ŸŽš๏ธ
Building projects on the another level.
View GitHub Profile
@dollspace-gay
dollspace-gay / VSDD.md
Last active March 9, 2026 20:29
Verified Spec-Driven Development

Verified Spec-Driven Development (VSDD)

The Fusion: VDD ร— TDD ร— SDD for AI-Native Engineering

Overview

Verified Spec-Driven Development (VSDD) is a unified software engineering methodology that fuses three proven paradigms into a single AI-orchestrated pipeline:

  • Spec-Driven Development (SDD): Define the contract before writing a single line of implementation. Specs are the source of truth.
  • Test-Driven Development (TDD): Tests are written before code. Red โ†’ Green โ†’ Refactor. No code exists without a failing test that demanded it.
@yegappan
yegappan / VimScriptForPythonDevelopers.MD
Last active October 12, 2025 01:36
Vim script for Python Developers

Vim Script for Python Developers

This is a guide to Vim Script development for Python developers. Sample code for the various expressions, statements, functions and programming constructs is shown in both Python and Vim Script. This is not intended to be a tutorial for developing Vim scripts. It is assumed that the reader is familiar with Python programming.

For an introduction to Vim Script development, refer to usr_41.txt, eval.txt and Learn Vimscript the Hard Way

For a guide similar to this one for JavaScript developers, refer to Vim Script for the JavaScripter

This guide only describes the programming constructs that are present in both Python and Vim. The constructs that are unique to Vim (e.g. autocommands, [key-mapping](https://vimhelp.org/map.txt.html#key-m