How to deal with code reuse philosophy?
I constantly find myself thinking about code reuse when starting a new project.
How to deal with code reuse philosophy?
I constantly find myself thinking about code reuse when starting a new project.
Reuse the data CRUD methods in data access layer, but they are updated too quickly
I agree that we should put CRUD methods in a data access layer, However, in my current project I have some issues.
Reusable VS clean code – where’s the balance?
Let’s say I have a data model for a blog posts and have two use-cases of that model – getting all blogposts and getting only blogposts which were written by specific author.
What’s the best way to manage reusable classes/libraries separately?
When coding, I naturally often come up with classes or a set of classes with a high reusability. I’m looking for an easy, straight-forward way to work on them separately.
I’d like to be able to easily integrate them into any project; it also should be possible to switch to a different version with as few commands as possible.
How to turn on/off code modules?
I am trying to run multiple sites using single code base and code base consist of the following module (i.e. classes)
How to promote code reuse and documentation? [closed]
Closed 10 years ago.
How to share common methods if objects have different roles?
If 2 classes have the following in common:
Is code duplication a necessary evil in C?
I’m rather new to C, and I’m wondering if code duplication is a necessary evil when it comes to writing common data structures and C in general?
I released open source code that is useable to other programmers. How do I let them know about it? [duplicate]
This question already has answers here: How can I get the word out about a new (open-source) library I’ve developed? [closed] (4 answers) Closed 10 years ago. I have a tiny project (<1k but let’s say its <5k of lines). I made it open source and put it on github. I did this once before […]