Top "Code-reuse" questions

The use of existing software, or software knowledge, to build new software

Android Layout: Is reusable component UI possible?

I'll preface this with, I've just started learning Android so be gentle. I come from an ASP.NET / Silverlight background …

android layout code-reuse
React Native: How to split a file up into multiple files and import them?

I am writing my first app in react native and my js file is getting pretty big. What is the …

javascript react-native libraries code-reuse code-structure
Python, Django, how to use getattr (or other method) to call object that has multiple attributes?

After trying to get this to work for a while and searching around I am truly stumped so am posting …

python django object code-reuse getattr
SSIS and re-using C#

I'm a newbie to SSIS / C# (I'm generally a Java developer) so apologies if this is a really stupid question. …

c# ssis code-reuse
Decouple a JPA entities jar from persistence.xml in SE environment

Is there a way to reuse a jar with JPA annotated entities in more than one SE applications (as a …

java hibernate orm jpa code-reuse
Django: How do I override app-supplied urls in my project urlconf?

Let's say I have a Django project with three apps: foo, bar, and glue. I'm trying to follow reusable app …

django django-urls code-reuse
What are the disadvantages of using inheritance as a way of reusing code?

What are the disadvantages of using inheritance as a way of reusing code?

inheritance code-reuse
How to reuse code in SQL stored procedures?

We use SQL Server 2005. All our data access is done through stored procedures. Our selection stored procedures always return multiple …

sql sql-server code-reuse
Library for both iOS and OS X apps?

For a while now I have been killing spare time by creating a 2D game programming toolkit/library. It is …

iphone macos ios code-reuse
Does a library to prevent duplicate form submissions exist for django?

I am trying to find a way to prevent users from double-submitting my forms. I have javascript that disables the …

python django code-reuse