Tagged Questions
8
votes
16answers
992 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 use out of long term ...
4
votes
9answers
232 views
How to avoid code duplication
I have three C# methods that largely do identical things. There is much code repetition but at the end, they both perform different functions.
This is obviously very inefficient, so what's the best ...
1
vote
1answer
377 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, one or two ascx ...
0
votes
1answer
103 views
listview reusable component - architecture - android
i have a complex view which contains 4 list views arranged as per the requirement. i have been been able to implement and get it working. but this is a sole activity and data needs to supplied ...