NoahGameFrame
NoahGameFrame copied to clipboard
Topic2: Hotfix at run-time
Background:
Good user experience can bring more customer. Nowadays, many developers think that hotfix is a cool technical, besides, many designers believe that hotfix feature can boost the user experience when adding new features at run-time.
It's a waste life thing or not? Please extend your opinion here to join the discussion.
In my opinion, there have two ways to fix bugs at run-time:
1: hotfix depends configuration files --> files reload at run-time 2: hotfix depends execute files: a) reload dll/so files at run-time b) reload script files, such as Lua files c) expanding capacity by adding the new instances which have fixed the bugs, then stop the old instances.