Papers/IDEA

function name as a wrapper

tomato13 2014. 8. 23. 17:34

If you define a function which has a specific meaning like below.

 

mCopyFile ()

 

By the way, as the function has inner calling sub function, the function's real feature like just a wrapper function. In that case how can you define each function. Please refet to below.

 

mCopyFileWrapperLevel1()

mCopyFileWrapperLevel2 () // this is called by mCopyFileWrapperLevel1()

mCopyFile() // this is the real operatuonal function

'Papers > IDEA' 카테고리의 다른 글

Is development a poor work?  (0) 2013.07.25
source instrumentation에 따른 effect 최소화  (0) 2010.03.08
Static & Dynamic Analysis  (0) 2009.04.26
Thread scheduling 제어방안  (0) 2008.10.29
practical unit test strategy  (0) 2008.02.23