All Questions
3 questions
1
vote
3
answers
222
views
When implementing new features that are similar to other features, do you make the older features more generic?
This may come off as a bit confusing, but it's a question that I keep finding myself asking as I pile on more and more responsibility to older systems and features that I designed previously. Trying ...
-3
votes
2
answers
650
views
Which data-structure or programming technique to use when?
While studying for Data structures and Algorithms, I noticed that there is a pattern/group in which every question falls into.
Example - Given this, do/find that - Category 1. use these methods/...
2
votes
1
answer
149
views
Future data integrity (n years)
So recently, I had a client ask me to restructure his Database hierarchy which consisted mainly of changing table names and column names and creating cross-references to stop red locks.
He later ...