Tagged Questions
The reusability tag has no wiki summary.
7
votes
13answers
459 views
Other uses of version control than for code?
Seeing this: http://www.suckless.org/wiki.html. A wiki based on Mercurial. Are there any other non-code related use to version control? Is there any other projects that uses version control tools ...
6
votes
3answers
825 views
Writing reusable c# code for ASP.NET websites
I have been learning C# for the past few days for use with ASP.NET to create websites.
I am very new to C# but I have been thinking about how I should go about writing my code to make it as reusable ...
6
votes
3answers
1k views
define animations and triggers as reusable resource?
Is there a way to define an animation somewhere in xaml (eg. as a resource) once and then reuse it multiple times? I have a lot of independent brushes across differnt datatemplates that independently ...
5
votes
2answers
178 views
How to create an ASP.NET MVC 3 control/component that can be reused by other applications
I am required to deliver a component, inlcuding business logic and UI, to be used on a ASP.NET MVC 3 web site that is being developed by other company.
I know my way around ASP.NET WebForms server ...
5
votes
5answers
197 views
Reusable constructors C++
One of the corner stones of OOP is reusing code instead of repeat it over and over. Thus, your projects shorten and get more readable.
C++ gives you all the tools you need to reuse methods instead of ...
5
votes
1answer
567 views
Duplicate symbol: Include static lib A in static lib B, also include lib A and B in XCode Project
I've been trying to build up a set of reusable libraries for app development, but I'm starting to run into a problem.
One of my static libs is a set of general use methods (categories on Objective-C ...
5
votes
6answers
209 views
Algebraic structure and programming
May anyone give me an example how we can improve our code reusability using algebraic structures like groups, monoids and rings? (or how can i make use of these kind of structures in programming, ...
5
votes
4answers
217 views
Factors that improve code reusability
Which principles, code qualities, practices, aproaches, language or framework features help you to reuse effectively functions, classes etc in wider range of cases. All of the situations are ...
4
votes
1answer
79 views
splitting a list in jQuery - conscious of memory and reusability
I'm trying to write a function in jQuery that will split lists - or really, any element that has children - that is conscious of memory use and is general enough to be widely reusable, but I'm having ...
3
votes
3answers
285 views
How reusable should ViewModel classes be?
I'm working on a WPF application, and I'm structuring it using the MVVM pattern. Initially I had an idea that the ViewModels should be reusable, but now I'm not too sure anymore.
Should I be able ...
2
votes
1answer
72 views
Vimrc: how to reuse code and definitions for differnt file types?
I have defined my own file types using vim. For example I have:
.classNotes
.reportJotNotes
.homework
These file types are defined in .vim files:
~/.vim/syntax/homework.vim
...
2
votes
6answers
635 views
Code reusability - App_Code or BIN or UserControls?
I recently had a discussion on another forum with another developer and the topic was Code Reuse in ASP.NET. The stated scenario was that he needs to update code frequently on Production servers ...
1
vote
2answers
88 views
LINQ to SQL separation and reusability of data structures
Here is simplified SQL of my tables, which is converted to LINQ to SQL model.
CREATE TABLE Campaign (
Id int PRIMARY KEY,
Name varchar NOT NULL
);
CREATE TABLE Contract (
Id int PRIMARY ...
1
vote
2answers
110 views
how to make this jquery more reusable?
I would like to be able to pass in "rider" or something else and have add/remove do the same thing but for other items beside rider like subaccounts.
$(function(){
var template = $('#riders-div ...
1
vote
3answers
96 views
Using imported modules in more than one file
This question is a bit dumb but I have to know it. Is there any way to use imported modules inside other imported modules?
I mean, if I do this:
-main file-
import os
import othermodule
...
1
vote
1answer
127 views
Good Reusable, centralized AJAX component based on jQuery
I ofetn find myself writing the same code in jquery for ajax stuff. Still i can't find a good
Reusable, centralized AJAX component based on jQuery...
Note:
One similar question i had asked before ...
1
vote
0answers
62 views
How is my approach to reuse view logic in my project?
Aim
To implement a proper and efficient view architecture for my project (with maximum reuse of repeated units)
About my project
My project involves classes taken by tutors and packs published by ...
1
vote
6answers
489 views
Java: reusable encapsulation with interface, abstract class or inner classes?
I try to encapsulate. Exeption from interface, static inner class working, non-static inner class not working, cannot understand terminology: nested classes, inner classes, nested interfaces, ...
1
vote
6answers
181 views
How do you structure your reusable libraries?
How do you organize your code so that it can easily be ported across business projects without carrying unnecessary bloat?
For example (in .Net), let's say you have the following namespaces:
...
0
votes
0answers
20 views
JSP - form object reusability
I'd like to clarify JSP design from architectural point of view.
We have quite complicated domain model for large enterprise application. App is layered. For GUI part we have decided to use form ...
0
votes
0answers
31 views
How to create reusable components? [closed]
In my iPhone application development, I would like to create reusable components, which may be helpful in other projects. can you guide me, while developing the components?
What are the steps I need ...
0
votes
1answer
61 views
Granularity of Component-Based Architectures
Although I'm a Java developer and this is question concerns OSGi and modularity according to Java, the question really applies for any object-oriented, 3GL.
I'm beginning to grasp the concepts of ...
0
votes
1answer
131 views
MVC3 Controller and view reusability
I'm currently working on set of MVC3 web applications that have a lot in common but are deployed as separate packages. One exception being an admin application that is deployed for each of ...
0
votes
3answers
34 views
Wordpress creating custom theme-Reusability
first approach to CMS and wordpress I'm wondering if there's any predefined html structure and classes/IDs "must-be" reference that I can refer for making my own theme willing to change in the future ...
0
votes
3answers
38 views
if I have 6 sections with 2 displayed on the screen, and I scroll down.. Do I effectively have 2 sections (reusability) or 6 sections?
This may be a very basic question. But I am finding it confusing with my tableView acting weird when I scroll up and down.
So UITableViewCells are Reusable !! So each row in my tableViewCell is ...
0
votes
1answer
69 views
Connect reusable ASP.NET WebControl to a method for loading data
I'm trying to create a control that can extend other webcontrols and set some properties like visible and enabled, based on user permissions.
Here's an example where your user role would need to ...
0
votes
1answer
29 views
How should I name a “re-usable” object?
I'm at the beginning stages of a new web application, and I need to create two classes. One class is a "widget" that a user configures according to their specifications - let's say "height", "width", ...
0
votes
2answers
129 views
Building reusable components with gtk glade
I am writing a simple application and am using glade (gtk) for the UI. I need many windows (~10), of which one will open depending upon the command line flags, other contextual stuff etc.
Now, all ...
0
votes
4answers
80 views
Design Philosophy Question - When to create new functions
This is a general design question not relating to any language. I'm a bit torn between going for minimum code or optimum organization.
I'll use my current project as an example. I have a bunch of ...
0
votes
1answer
68 views
Where to download Pylons reusable apps
I've learnt some basic in Django.. and there is lots of Django reusable apps available for use.
But how about Pylons? Where to download Pylons reusable apps?
0
votes
2answers
193 views
Reusing Android rows with iPhone-like CellIdentifiers?
On iPhone you have something like this:
static NSString *Celldentifier = @"Section1_Cell";
UITableViewCell *cell = (UITableViewCell *)[tableView dequeueReusableCellWithIdentifier: CellIdentifier];
...
0
votes
3answers
160 views
minimize 'n' number of javascript functions into one function in jquery
I have 'n' number of javascript functions in javascript which nearly gets an element and sets its display property.
function ShowDivforassignclick() {
...
0
votes
2answers
49 views
What is the best WebControl to create this
current output
wanted output
current code
public partial class test : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
...
0
votes
2answers
32 views
how to Request a resource without requesting a webPage in Asp.Net Application?
We have a Web Application (WebApplication A) which is in place and serving fine,
we are working on another WebApplication which will use the Engine of Existing Web Application (WebApplication B) to ...
0
votes
1answer
188 views
silverlight - reusing components
I am trying to create some reusable components in Silverlight2. The difficulty comes when my components are using templates/styles that are shared with other components.
From what I know, in ...
0
votes
3answers
328 views
Can you reuse fragments of XML (in some kind of variables/references way)?
I am using SLD to style output from my geoserver. I have couple types of objects to be displayed. Each type have different icons, but text description is generated from the same information (text ...