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
19 lines
619 B
Text
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]
|
|
|