Server positioning mode of game programming mode

Provide a global access entry for a service to avoid coupling between the consumer and the specific implementation class of the service. (from game programming mode) For some systems, objects or functions that may be called everywhere in the game system, if they are called directly (using static class or singleton mode), it will also cause a c ...

Posted by jynmeyer on Tue, 02 Nov 2021 20:43:08 -0700

Software engineering note

Chapter 1 initial knowledge of software engineering (software engineering software quality) 1.2 software Software=program+data+file Properties: complexity, consistency, variability, invisibility Field: embedded, stand-alone, network, cloud computing, big data AI Intellectualization 1.1 software VS. software engineering Software is not on ...

Posted by ktstowell on Fri, 17 Sep 2021 00:24:25 -0700