基于設(shè)計模式的軟編碼化設(shè)計.rar
基于設(shè)計模式的軟編碼化設(shè)計,1.5萬字 21頁【摘要】 在進(jìn)行項目的開發(fā)活動中,有一些設(shè)計在項目剛剛開始工作的很好,但是隨著項目的進(jìn)展,發(fā)現(xiàn)需要對已有的代碼進(jìn)行修改或者擴展,在這個時候,我們往往會發(fā)現(xiàn)進(jìn)行這項工作比較困難,即使能完成也要付出很大的代價。本文旨在說明如何將系統(tǒng)軟編碼化使系統(tǒng)易于修改和擴展的技巧和方法,以達(dá)到...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 wumei 發(fā)布
基于設(shè)計模式的軟編碼化設(shè)計
1.5萬字 21頁
【摘要】 在進(jìn)行項目的開發(fā)活動中,有一些設(shè)計在項目剛剛開始工作的很好,但是隨著項目的進(jìn)展,發(fā)現(xiàn)需要對已有的代碼進(jìn)行修改或者擴展,在這個時候,我們往往會發(fā)現(xiàn)進(jìn)行這項工作比較困難,即使能完成也要付出很大的代價。本文旨在說明如何將系統(tǒng)軟編碼化使系統(tǒng)易于修改和擴展的技巧和方法,以達(dá)到重用已有代碼的目的。
關(guān)鍵字:設(shè)計模式;軟編碼;面對接口編程;封裝變化;代碼重用;
【Abstract】 It is commonly seeing that some designs work very well at the very beginning of the project’s explorations, and with the project’s development, we would always find that it’s hard to revise or enlarge the code we have already had when we see this need. And even if it could be done, it must be accompanied by heavy cost. This article aims to explain the method of making the system into soft-code pattern, and also the skills to make the system easily to be revised and enlarged as well, so as to achieve the goal of reusing the having code.
Keyword: Design Patterns;Soft-Coding;Interface-Oriented Programming;Encapsulation Change;Code Reuse.
參考文獻(xiàn)
[1] Erich Gamma, Richard Helm,Ralph Johnson,John Vlissides合著, 《Design Patterns:Elements of Reusable Object-Oriented Software》,Addison-Wesley出版社
[2] Martin Fowler著,《Refactoring:Improving the Design of Existing Code》,Addison-Wesley出版社
1.5萬字 21頁
【摘要】 在進(jìn)行項目的開發(fā)活動中,有一些設(shè)計在項目剛剛開始工作的很好,但是隨著項目的進(jìn)展,發(fā)現(xiàn)需要對已有的代碼進(jìn)行修改或者擴展,在這個時候,我們往往會發(fā)現(xiàn)進(jìn)行這項工作比較困難,即使能完成也要付出很大的代價。本文旨在說明如何將系統(tǒng)軟編碼化使系統(tǒng)易于修改和擴展的技巧和方法,以達(dá)到重用已有代碼的目的。
關(guān)鍵字:設(shè)計模式;軟編碼;面對接口編程;封裝變化;代碼重用;
【Abstract】 It is commonly seeing that some designs work very well at the very beginning of the project’s explorations, and with the project’s development, we would always find that it’s hard to revise or enlarge the code we have already had when we see this need. And even if it could be done, it must be accompanied by heavy cost. This article aims to explain the method of making the system into soft-code pattern, and also the skills to make the system easily to be revised and enlarged as well, so as to achieve the goal of reusing the having code.
Keyword: Design Patterns;Soft-Coding;Interface-Oriented Programming;Encapsulation Change;Code Reuse.
參考文獻(xiàn)
[1] Erich Gamma, Richard Helm,Ralph Johnson,John Vlissides合著, 《Design Patterns:Elements of Reusable Object-Oriented Software》,Addison-Wesley出版社
[2] Martin Fowler著,《Refactoring:Improving the Design of Existing Code》,Addison-Wesley出版社