Summary of electron ic desktop service (PIT)

background Follow the previous article When developing the electron ic desktop, you will encounter various pits. Let's summarize. Anti virus software damage inspection Prevent debug debugging Client crash report Improve client startup speed Performance monitoring and analysis Delay loading module Uniform scroll bar style bro ...

Posted by Jiraiya on Tue, 08 Mar 2022 02:03:53 +0100

[Design Mode] - Bridge Bridge Bridge Mode

Bridge mode In the design of software components, if the responsibility division is not clear, the result of inheritance tends to be a rapid expansion of subclasses with duplicate code as demand changes. motivation Because of some fixed inherent implementation logic, they have two or more changing dimensions, and even more. How do you c ...

Posted by Fixxer on Fri, 24 Dec 2021 20:18:12 +0100