Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged refactoring

0 votes
591 views
1 answer
    I wanted to write evaluating predicate in Prolog for arithmetics and I found this: eval(A+B,CV):-eval(A,AV), ... to arguments in such a case? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
678 views
1 answer
    I would like to re-use a specific from different *Mapper.xml files which all somehow read same objects. I have ... processed?). Thanks. -AP_ See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
420 views
1 answer
    I had a discussion a few weeks back with some co-workers on refactoring, and I seem to be in a minority ... have an opinion, please defend it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
515 views
1 answer
    I have heard many times that unused code must be deleted from the project. However it is not clear for me ... (or keeping) unused code? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
494 views
1 answer
    We're trying to untangle a hairball of 100's of units, removing some. It would be helpful if there was tool ... then hitting F9 ... repeatedly? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
529 views
1 answer
    Example: class MyClass { Composition m_Composition; void MyClass() { m_Composition = new Composition( this ); } } ... from the beginning on? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
352 views
1 answer
    I've been playing around with measuring the cyclomatic complexity of a big code base. Cyclomatic complexity is the ... bit of code you found? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
338 views
1 answer
    I have a collection in my model that contains a set of 'previous versions' of my root domain object. The ... how this will resolves my issue? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
427 views
1 answer
    We are refactoring a legacy web app and as a result are "killing" quite a lot of JavaScript code but ... identifying dead code in JavaScript? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
320 views
1 answer
    I'm refactoring an app to use androidx. I have struggled to get rid of all the libraries that do not ... androidx.interpolator:interpolator:1.0.0-alpha1@aar +--- androidx.anno...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
535 views
1 answer
    Our coding standards ask that we minimise the use of C# var (suggests limiting it's use to being in ... go in the opposite direction). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...