Top "Reusability" questions

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

One xib File with Multiple "File's Owner"s

I've got three different UITableViews, each in it's own view, accessed via tabs. All three tables would ideally share the …

iphone ios uitableview xib reusability
Stop the reuse of custom cells Swift

I have an uitableview with a custom cell which gets data from the array. Custom cell has an uilabel and …

ios swift uitableview reusability
Node.js and MongoDB, reusing the DB object

I'm new to both Node.js and MongoDB, but I've managed to put some parts together from SO and the …

node.js mongodb object reusability pool
Rotate a custom UITableViewCell

I have a custom UITableViewCell which contains several UIButtons. Each button's frame position is relative to the cell width. I …

iphone uitableview rotation reusability initwithstyle
Re-using Redigo connection instead of recreating it every time

Connecting to Redigo and manipulating data inside a function is easy like butter, but the problem comes when you have …

go reusability redigo
Is there a Python reusable component that is like the Blender node editor?

Blender has a powerful, fun-to-use, flexible node editor: Is there a Python library that will allow me to easily create …

python reusability visual-programming
Can Razor Class Library pack static files (js, css etc) too?

Maybe duplicate of this already, but since that post does not have any answer, I am posting this question. The …

c# asp.net-mvc asp.net-core reusability razor-pages
Reusing SSL Sessions in Android with HttpClient

I'm having a lot of difficulty resuming an SSL session on Android using HttpClient. I'm polling a server every 90 seconds (…

android session ssl httpclient reusability
UITableViewCell - constraints only updated after reload

I have a custom UITableViewCell in which I have a UIView that contains multiple subviews. Depending on the cases, I …

ios objective-c uitableview nslayoutconstraint reusability
Doxygen copydoc tag to reuse code examples

I want to reuse a block of example code using the \copydoc tag. To explain the problem. Let's say I …

doxygen reusability