Examples of using Programmer must in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
That Programmer must be God himself.
For any data to exist, a programmer must exist.
A programmer must manage the layout of the application.
To get dynamic dispatch the programmer must declare a method as virtual.
Every programmer must keep up with the latest tools and techniques.
To construct a three-dimensional scene, the programmer must execute a Java 3D program.
The programmer must be able to correctly understand the requirements described in the task list.
Compare this with non-DBMS systems in which the programmer must know the physical structure of the data.
Sometimes the programmer must be constantly aware of what type of manipulation is going on.
Low-level languages are simple, but considered difficult to use,due to numerous technical details that the programmer must remember.
The system programmer must therefore know the intended hardware on which the software is required to operate.
In systems programming, sometimes the programmer must perform operations that cannot be statically verified as safe.
The programmer must carefully analyse database access code to ensure that any relaxation of isolation does not cause difficult-to-find software bugs.
In language such as C, C++ and Java the programmer must declare the name and type of the variable before use it.
The programmer must carefully analyze database access code to ensure that any relaxation of isolation does not cause software bugs that are difficult to find.
More precisely, the programmer must explicitly copy these values into C variables, before returning control to Lua.
Nowadays, HTML is already a basic skill that programmers must master.
Video game programmers must be well versed in the technical aspects of game creation.
Therefore, programmers must redefine their roles.
That's what all programmers must do.
Each statement represents a single machine instruction and programmers must deal with low-level details such as register allocation and procedure calling sequences.
Programmers must also assess tradeoffs, choose among design alternatives, debug and test, improve performance, and maintain software written by themselves& others.
Video game programmers must be well versed in the technical aspects of game creation.
Furthermore, to achieve high performance today, programmers must be aware of the hardware target and leverage its capabilities in their code.
In order to stop the robbery of cookies, website programmers must ensure that they encrypt the data they store in cookies.
With desktop PC software development, programmers must create an application that can operate on a minimum set of hardware.
Programmers must be very careful to consider all the possible cases.
C programmers must understand that NULL and 0 are interchangeable in pointer contexts, and that an uncast 0 is perfectly.