Questions tagged [reusability]

Reusability is the likelihood and potential for a piece of source code to be reused in other projects

In computer science and software engineering, reusability is the likelihood a segment of source code that can be used again to add new functionalities with slight or no modification. Reusable modules and classes reduce implementation time, increase the likelihood that prior testing and use has eliminated bugs and localizes code modifications when a change in implementation is required.

See: http://en.wikipedia.org/wiki/Reusability

974 questions
0
votes
3 answers

How can I reuse classes in my VB6 application?

First of all, as I am using VB6, please confine your kind suggestions to techniques applied to VB6. I have a set of controls related to each other as the above figure shows. It includes several treeviews, a split bar, a listview, a subform( a…
SlowGrace
  • 15
  • 1
  • 1
  • 7
0
votes
1 answer

How to build SSRS reports with variable filters?

I've got an increasingly large set of reports where the following pattern is appearing: the users want multiple copies of the same reports but with different filters. The layout, logic and returned data is identical but there are about 5 different…
dkackman
  • 15,179
  • 13
  • 69
  • 123
0
votes
2 answers

Reusing Views ios

Trying to develop a test app wherethe look is like ebook. user can flip the pages. However, app will have 40-50 pages to go through. Is there anyway to just update one view and even after re using you can easily turn it over and back. or do I have…
Gatecha
  • 55
  • 1
  • 4
0
votes
1 answer

Java reuse java classes in Android

I was wondering if it is possible to uje some classes I made with J2ME with android projects? For example I have class that gets ip as parameter and scans open ports for that ip using java sockets and threads. So can I use it with my android…
Rohit Malish
  • 3,209
  • 12
  • 49
  • 67
0
votes
1 answer

Mechanisms for reusing non-trivial code in Cocoa?

So I recently worked on extending the functionality of the List/Details app pattern: implementing a swipe on the Details view to move to the previous or next item in the parent list. My solution requires adding one property to the Details view, 3…
software evolved
  • 4,314
  • 35
  • 45
0
votes
2 answers

Reuse same jvm on multiple calls

I have a exe executable application processing some transaction logic. I have another java client which can send jms messages to ESB. Message content is passed from exe to java client through argument parameters.Every transaction will have to send…
Chand Priyankara
  • 6,739
  • 2
  • 40
  • 63
0
votes
2 answers

Reuse Cell Confusion with SSCollectionView

So I understand the concept of reusing cells for tableviews and such but I am having a terrible time with a custom item within an SSCollectionViewItem. Here is the code I am using: - (SSCollectionViewItem *)collectionView:(SSCollectionView…
mkral
  • 4,065
  • 4
  • 28
  • 53
0
votes
2 answers

Code organization and reusability in this situation?

I have 3 forms and they each have their own grids. The following code is currently written on form1 but is used by all 3 forms. It works but is very messy and long since it must work for 3 forms that use different databases and contain different…
0
votes
1 answer

iOS 5 create custom UIButton reusable component with .XIB

I'm newbie in the iOS development and I'm working in a projecte that it uses iOS5 and Storyboarding. I would like to create a reusable component, like a button, with a custom view (inside the button there will be some images and labels, it will be a…
Joan Dome
  • 51
  • 1
  • 10
0
votes
1 answer

UITableViewCell dequeued memory is retained

I have a project in which a single UITableView can have hundreds of entries (For testing purposes I promise). I'm testing out how to work with UITableViews since I've very new to them and I've encountered something I don't like. If you use…
Parad0x13
  • 2,007
  • 3
  • 23
  • 38
0
votes
1 answer

Images in Imageviews are swapping after scrolling GMGridView up & down in iphone

I have added UIImageView in GMGridView as I want to display the images in grid. After adding imageview in grid all works perfectly. I want to show different image in first row & first column. So I set that image after compairing with index. But when…
iOSAppDev
  • 2,755
  • 4
  • 39
  • 77
0
votes
0 answers

Reused GWT Widget becomes not visible

I have Widget with a TabBar. If…
Marcel Jaeschke
  • 707
  • 7
  • 24
0
votes
1 answer

Reusing template over multiple domains

I am trying to re-using templates over multiple domains. Template looks like this: