|
|
|
|
|
by JoeAltmaier
2440 days ago
|
|
Same here. Why is documentation standard so low? Tell me how that buffer management works (do I provide it? delete it? when? how?); how threading is supported (reentrant? send/receive at the same time/different threads? interprocess?); dependencies (necessary initialization? teardown? states in between?); efficiency (can I hold a lock around the call? does it block?). Instead, we often get nothing but a method name and argument types. Ridiculous. |
|
Because those who control resources make a conscious decision to prioritize new features and/or bug fixes rather than documenting what exists already.