code-reuse
Adding features to code bases which are in dire need of refactoring
I am developing on a system that is a bit difficult to work with. It is 99% undocumented, does not follow best practices and is fairly difficult to understand (globals galore, methods spanning 50 line[详细]
2023-01-06 18:19 分类:问答How to store reusable code in Visual Studio 2010?
Is there any way I could save my block of code in Visual Studio开发者_运维知识库 2010 and reuse it in my future web applications without having to \"Add existing files\"? Is there a feature in VS2010[详细]
2023-01-06 04:29 分类:问答Reusable jquery ajax requests
I am developing a web application using asp.net mvc... I am listing out the details of Clients,Staff,Reports via ajax requests using jquery... What i am doing is writing seperate functions(jquery ajax[详细]
2023-01-06 03:24 分类:问答Measuring code reusability
I am trying to measure how much of the code produced in our organisation is actually reusable and I\'d like to set some guidelines.[详细]
2023-01-06 00:47 分类:问答Where to start to build a real codebase from scratch?
Currently, I have a more or less organized set of projects I work or worked on. Some are refactored, documented and unit-tested, others are not.[详细]
2023-01-05 23:35 分类:问答How to write a reusable code in cakePHP?
Can any 开发者_如何学Goone provide me some tips to write reusable code in PHP / CakePHP? [how to] write a single [delete] function in AppController[详细]
2023-01-05 20:48 分类:问答Split string with quotes, reusing method that parses arguments to main
in small program I\'m writing, I have to parse a line of user input. Basically what needs to be done is to split the line into an array of strings in the same way as is done with the arguments to main[详细]
2023-01-05 11:26 分类:问答Is it possible to reuse GWT UIBinder panels?
I have a layout in Google Web Toolkit using UIBinder involving a TabLayoutPanel.This layout has the superset of all tabs that will be used by my app (think of it as an admin view).[详细]
2023-01-05 01:06 分类:问答Simple C/C++ library for triangle-intersection acceleration structure
I\'m raytracing and would like to speed it up via some acceleration structure (kd-tree, BVH, whatever). I don\'t want to code it up myself. What I\'ve tried so far:[详细]
2023-01-04 09:13 分类:问答WPF style/control template reuse
I\'m new to WPF, and I would like to know how to reuse some annoying xaml I have to avoid duplicating.[详细]
2023-01-03 20:30 分类:问答