Tagged Questions
2
votes
3answers
272 views
Doesn't Passing in Parameters that Should Be Known Implicitly Violate Encapsulation?
I often hear around here from test driven development people that having a function get large amounts of information implicitly is a bad thing. I can see were this would be bad from a testing ...
1
vote
1answer
62 views
On-the-fly parser/pre-generation space/time tradeoff considerations
Do the space-related benefits of using an on-the-fly parser outweigh the time-related benefits of a pre-generated lookup table?
Long version:
I am authoring a chemistry reference tool, and am ...