Re: Gnucap Comprehensive Help System Implementation Details
al davis <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sunday 25 May 2014, Felix Salfelder wrote: > i was thinking about embedding circuit examples and unit > tests into (or in parallel to) the build system. have not > written down any of it yet but i guess this is useful and > feasible. Please don't. The build system should be just a build system. Mixing them together violates modularity and is a maintenance headache. The build system is already a maintenance headache.