All Questions
Tagged with sicp code-quality
1 question
4
votes
1
answer
990
views
Help in writing more generic code
I'm doing a php MVC project using code igniter. I have two models, a and b.
Each class contains four functions (insert, delete, update and view) and their implementations are almost the same with ...