翻訳と辞書
Words near each other
・ reduce
・ reduced instruction set computer
・ reduction
・ reduction strategy
・ redundancy
・ redundant array of inexpensive disks
・ redundant array of inexpensive servers
・ redundant arrays of independent disks
・ redundant arrays of inexpensive disks
・ ref-arf
refactoring
・ refal
・ reference
・ reference counting
・ referential integrity
・ referential transparency
・ referentially transparent
・ referer
・ referrer
・ refine


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

refactoring : FOLDOC
refactoring
Improving a computer program by reorganising its internal structure without altering its external behaviour.
When software developers add new features to a program, the code degrades because the original program was not designed with the extra features in mind.
This problem could be solved by either rewriting the existing code or working around the problems which arise when adding the new features. Redesigning a program is extra work, but not doing so would create a program which is more complicated than it needs to be. Refactoring is a collection of techniques which have been designed to provide an alternative to the two situations mentioned above.
The techniques enable programmers to restructure code so that the design of a program is clearer. It also allows programmers to extract {reusable components}, streamline a program, and make additions to the program easier to implement.
Refactoring is usually done by renaming methods, moving fields fr


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.