Приклади вживання Client code Англійська мовою та їх переклад на Українською
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Client code Mandatory field*.
Or even worse: scattered all over the client code.
Not seen Client code with numerous errors.
To determine this number, we must examine the client code.
Review the client code that uses the class.
Hides unnecessary or dangerous implementation details from the client code.
The client code works with an instance of a concrete.
Change type declarations in the client code to use the new interface.
Option 2. Client code that uses an external data source.
Js lets you canwrite server applications in the language in which you write a client code.
Change the client code so that it calls the methods of the server-class.
The director classcompletely hides the details of product construction from the client code.
This prevents the client code from fetching an incomplete result.
Change the setter so that it uses operations for adding and deleting elements,or make these operations call client code.
The client code creates both the builder and the director objects.
This method will come in handy for the navigator's client code, for the route type switches in the user interface, for example.
The client code has to work with both factories and products via their respective abstract interfaces.
For methods inherited from the superclass that are called in the client code, create simple delegating methods in the subclass.
But with time, client code needed access to both sides of the association.
Such a protocol properly encapsulates a collection,which ultimately reduces the degree of association between the owner class and the client code.
Exchanger client code had to rewrite(which I try not to do)- but in appears impossible to run it in another way.
The Abstract Factoryinterface declares a set of creation methods that the client code can use to produce different types of UI elements.
The client code can pass an argument to the factory method of the GroundMail class to control which product it wants to receive.
Ability to add new pages in the manualmode, without the full site reindexing The client code is very buggy, so your site can stop to respond.
Inspect the client code that uses the collection for code that would look better inside of the collection class itself.
Some exchangers include such protection directly in their client code(client must pass an option to enable security), but others impose this duty on the web-master.
NFS client code implements all client system calls on remote files by sending one or more RPC requests to the server.
Look for places in the client code where use of subclasses can be replaced with your new class(such as in type declarations).
The client code works with all shapes through the single interface common to all shape classes. Thus, the client doesn't know whether it's working with a simple shape or a compound one.
The less that the client code needs to know about the details of relationships between objects, the easier it is to make changes to your program.