Re: Memory
The registry, especially as MS has allowed it to be used, just baffles me as a software professional. My preference was the much hated INI file format for applications. Then again my belief is the application should contain everything it needs to run within its folder structure which makes moving it to a new system easy. The registry should only be used for system level information and only the OS has permission to write to it.
|