1
vote
1answer
31 views
Reusing a Control in another Windows Forms Project
I've got lots of web experience but am a total novice when it comes to Windows Forms so this might be easy to answer:
I have Project1 which I've added a reusable control to which …
8
votes
16answers
589 views
What reusable code should every developer have in their toolbox?
I'm trying to build up a library of reusable code to use from project to project. As I write code snippets and components, I'm trying to decide which libraries I will get the most …
8
votes
11answers
759 views
How do you make code reusable?
Any code can be reused in a way or an other, at least if you modify the code. Random code is not very reusable as such. When I read some books, they usually say that you should exp …
1
vote
10answers
280 views
Reusable code / class Repositories
I've got several modules containing functions, classes and templates that I keep in a directory called (hah!) 'reuse'. I know the content reasonably well, so to find a particular c …
1
vote
1answer
209 views
How do you reuse html/js/server side code between asp.net projects?
We have a blog system that we sold to a number of different customers (included in many different projects). This system includes a number of different files – a few aspx pages, o …
1
vote
1answer
79 views
Multiple representations of the same entity
Thinking about avoiding code replication, I got a question that catches me every time I start developing a new system:
Let's say we have a system where I have a customer, have to …
1
vote
1answer
595 views
Recursively parsing XML in Actionscript 2
I'm looking for an efficient and reusable way to parse xml into an object in actionscript2. The xml structure itself might change so it's important that im able to parse the xml wi …
4
votes
1answer
287 views
How to re-use a reusable app in Django
Hello Django experts
I am trying to create my first site in Django and as I'm looking for example apps out there to draw inspiration from, I constantly stumble upon a term called …
-1
votes
2answers
1k views
Simple / reusable CRUD in PHP (NO famework or big classes)
I'm working on a PHP CMS like project and I'm trying to find out what's the most convenient way of dealing with the CRUD functionality in PHP.
The CMS is programmed completely in …
