青年中文青年中文

production code的意思

production code中文翻譯:

產品代碼

相似詞語短語

production───n.成果;產品;生產;作品

production coordinator───n.協調制片,職能是協助執行制片的工作。

forepart production───早期生產

production output───[經] 生產量

touring production───巡回演出

production planner───生產計劃員

incrust production───不銹生產

production function───生產函數,生產職能;[經]生產函數;生產功能

production company───[經] 生產公司

雙語使用場景

Investigate memory problems in production code.───研究產品代碼中的內存問題。

We might want to perform error checking for production code.───我們可能想要對產品代碼執行錯誤校驗。

Before writing any production code, we'd write our unit tests.───在實際開始編寫產品代碼之前,我們需要編寫單元測試。

You might have run tests in multiple test runs on your production code and you want to determine how fully that code has been tested.───也許您已經在實際執行程式碼上的多個測試回合中執行過測試,而且想要判斷程式碼測試的完整度如何。

Using Scala just for the tests meant we got to use it in anger without impacting production code directly.───只用Scala寫測試,就不直接影響產品代碼,我們還能忍著怒氣繼續用Java。

During the rest of the iteration, the team will implement the features they signed up for, pair programming on all production code.───在迭代周期的其他時間內,團隊要實現他們所登記承擔的任務,所有代碼由編程對子一起完成。

Each target object that you test must have at least two clients: your production code, and your test case.───進行測試的每個目標對象必須具備至少兩個客戶機:生產代碼和測試用例。

Note that this overhead processing is not enabled for the production code.───(注意,不要為生產代碼啟用這種開銷很大的處理)。

If your production code is safe or pure, any callable assembly method can be called and tested, in an executable file or in a DLL.───如果您的成品代碼是安全代碼或純代碼,則可以調用和測試可執行文件或DLL中的任何可調用的程序集方法。

英語使用場景

The company now intends shipping production code for the first time this week, saying it has hundreds of orders.

It intends shipping production code for the first time this week, saying it has hundreds of orders.

I recommend the "use strict" pragma in all production code.

In production code, you would not want that; but for early testing, something like what I do is helpful.

Profiling memory problems in production code is greatly simplified by using the "attach to process" feature, along with the ability to import memory dump files.

In production code, this probably shouldn't be taken for granted, but for a simple example like this, it's going to be OK 99.99 percent of the time. Caveat emptor.

Nestle says the recall only applies to candy with the 02015748 production code and UPC number of 2800010255.

What if every line of production code were reviewed by somebody who was intimately familiar with what the code was supposed to be doing?

Using a test generator breaks this concept because the generator writes the test using the production code as input. The generated test is not a human restatement, it is an automatic translation.