LUMIERA.clone/doc/technical/howto/index.txt
Ichthyostega f0eeabb29e Library: extract the basic setup for a tuple-zipping iterator
Indeed the solution worked out yesterday could be extracted and turned generic.
Some in-depth testing is necessary though, and possibly some qualifications to allow pass-through of references...

Moreover, last days I started collecting notes regarding problem solving patterns,
which I tend to use frequently, but which might not be obvious and thus can easily
be forgotten. In fact, I had encountered several cases, where I did invent some
roughly similar solution repeatedly, having forgotten about already settled matters.

Hopefully the habit of collecting notes and hints at a central location serves to remedy
2024-11-22 22:07:39 +01:00

19 lines
619 B
Text

Developer HOWTOs
================
//MENU: title Dev HOWTOs
//MENU: prepend child crackNuts
This section contains a loose collection of instructions, recipes, tutorials and
similar usefull pieces of information targeted at Lumiera developers. See also
- the general link:{l}/project/faq.html[Lumiera FAQ]
- the link:{ldoc}/user/index.html[User documentation]
- link::{ldoc}/technical/code/index.html[Codebase organisation]
== Notepad
- a link:crackNuts.html[collection] of solution ideas
- link:DebugGdbPretty.html[Python pretty printers for GDB]
- link:HashFunctions.html[Notes regarding standard hash functions]