Skip to content

intent-driven-dev/Intent-Driven-Software-Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Intent-Driven Software Engineering Companion Code

This repository contains companion code for the book Intent-Driven Software Engineering.

The code listings are organized by chapter. Some chapter-specific listings are included as Git submodules so each example project can keep its own independent Git history.

Cloning This Repository

To clone this repository with all chapter submodules:

git clone --recurse-submodules https://github.com/intent-driven-dev/Intent-Driven-Software-Engineering.git

If you have already cloned the repository without submodules, initialize them with:

git submodule update --init --recursive

Each submodule can be opened like a normal Git repository. You can inspect its commits, branches, and history independently from this companion repository.

About

Intent-Driven-Software Engineering book code repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors