Tagged Questions
2
votes
0answers
84 views
Is there a canonical book on data integration? [closed]
I am currently interested in learning more about using Hadoop to create scalable ETL scripts. As part of that, I want to build a solid understanding of data integration best practices, and the ...
0
votes
1answer
101 views
Design patterns to avoiding breaking the SRP while performing heavy data logging
A class that performs both computations and data logging seems to have at least two responsibilities. Given a system for which the specifications require heavy data logging, what kind of design ...
9
votes
8answers
578 views
When does 'optimizing code' == 'structuring data'?
A recent article by ycombinator lists a comment with principles of a great programmer.
#7. Good programmer: I optimize code. Better programmer: I structure data. Best programmer: What's the ...
