code pattern meaning in English
代码模式
码型
Examples
- It can speed up the ordinary programming process , rescuing you from repeatedly striking the mundane coding pattern
他能搞提高编程速度,从繁琐的代码书写中解救你出来 - Instead of adding code constructs , dotfuscator works by destroying the code patterns that decompilers use to recreate source code
Dotfuscator通过破坏反编译器重新创建源代码所使用的代码模式来起作用,而不是通过添加代码构造。 - In the cases where the same basic code pattern is repeated , but with small implementation changes , placing the common code in a template and then using jet to generate the variations is an excellent way to save mechanical time and effort
在重复出现相同的基本代码模式而只对实现稍微进行了一些修改的情况中,将通用的代码放到一个模板中,然后使用jet来生成各种变化,这是一种很好的节省时间和精力的办法。