PROGRAMMING STYLE Meaning in Japanese - translations and usage examples

['prəʊgræmiŋ stail]
['prəʊgræmiŋ stail]
プログラミングスタイル

Examples of using Programming style in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
This is a poor programming style.
これは行儀が悪いプログラミングスタイルです
For more concrete advice-well I suggest reading good books on programming style.
もっと具体的なアドバイスをするとプログラミングスタイルに関する良書を読むといいだろう。
But that's bad programming Style.
これは行儀が悪いプログラミングスタイルです
Each year at the conference, I learn things that change/improve my programming style.
毎年のカンファレンスで、私は自分のプログラミングスタイルを変化/改善してくれるものについて学んでいます。
The thing is that the programming style, or other methods, are of no help here.
ここでは、プログラミング・スタイルやその他の手法は役立ちません。
To show the importance of programming style.
プログラミングスタイルの重要性について示すこと。
It's a long-standing principle of programming style that the functional elements of a program should not be too large.
プログラムの関数要素は大きくしすぎるべきではない、というプログラミングスタイルの原則に基づいている。
This is just a matter of programming style.
これはプログラミングスタイルとかの問題でもありますが。
Developers liked the Intel® OpenMP concept, whereby they could get scalable performance without adding much new code, yet needed something that wasmore conducive to the object oriented/template based programming style of C++.
開発者は、多くのコードを追加することなくスケーラブルなパフォーマンスを得られるOpenMP*の概念を気に入っていましたが、C++のオブジェクト指向/テンプレート・ベースのプログラミング・スタイルにより適したものを必要としていました。
Use a good coding style(There isn't s a programming style which can help to avoid errors in the variable name).
適切なコーディング・スタイルを使用します(変数名のエラーの回避に役立つプログラミング・スタイルはありません)。
For many of us, that's an imperative programming style.
私たちの多くにとって、それは命令型プログラミングスタイルです
The Java programming language thus encourages a programming style where rare and otherwise truly exceptional conditions are documented in this way.
Javaでは,このように,あるプログラミングスタイルを奨励している,そこでは,発生頻度は少ないが本当に例外的な条件は,この方法によって文書化されている。
I recommend Joe Celko's book SQL Programming Style.
JoeCelko'sSQLProgrammingStyleの邦訳はでないのか。
Since it is available via introspection, it is the canonical place for documentation of the object.duck-typingA programming style which does not look at an object's type to determine if it has the right interface; instead, the method or attribute is simply called or used"If it looks like a duck and quacks like a duck, it must be a duck.
Duck-typingあるオブジェクトが正しいインタフェースを持っているかを決定するのにオブジェクトの型を見ないプログラミングスタイルです。代わりに、単純にオブジェクトのメソッドや属性が呼ばれたり使われたりします。「アヒルのように見えて、アヒルのように鳴けば、それはアヒルである。
We will initially restrict ourselves to the sequential programming style of Oz.
まず最初は、私達が使うOzのプログラミングスタイルをシーケンシャルなものに制限しましょう。
C++ is designed to directly and comprehensively support multiple programming styles(procedural programming, data abstraction, object-oriented programming, and generic programming)..
C++は直接的かつ包括的に複数のプログラミングスタイル(手続き型プログラミング、抽象化、オブジェクト指向、ジェネリックプログラミング)をサポートする。
Modern programming languages encourage what's known as a"data-race-free" programming style.
最近のプログラミング言語では、「データ競合フリー」と呼ばれるプログラミングスタイルが推奨されています。
These guidelines are designed tobe compatible with Joe Celko's SQL Programming Style book to make adoption for teams who have already read that book easier.
このガイドラインは『JoeCelko'sSQLProgrammingStyle』と互換性があり、すでにその本を読んだことがあるチームにとっては適用が容易です。
We can use a piece of test code tocompare the performance differences brought by different programming styles:.
テストコードを使用して、さまざまなプログラミングスタイルによるパフォーマンスの違いを比較できます。
Since invoking a get accessor is conceptually equivalent to reading the value of a field,it is considered bad programming style for get accessors to have observable side-effects.
以降の呼び出しをgetアクセサーは概念的には、フィールドの値を読み取るのと同じですが、プログラミングスタイルは不適切と見なされますgetアクセサーを観測可能な副作用があります。
Note that using a variable as a number and then later as a string can be confusing andis poor programming style.
変数を数値として扱い、その後で文字列として扱うことは混乱を招きやすく、よくないプログラミングスタイルであることに注意すること。
Its architecture stresses ease of use and favours a pure-functional programming style for request handlers.
そのアーキテクチャは使いやすさを重視し、リクエストハンドラーに純粋関数型のプログラミングスタイルを好んでいる。
In particular: For the 183 release due August we are focusing on expanding our support for reactive andasynchronous programming styles.
特に:8月にリリースされる183では、リアクティブと非同期プログラミングスタイルのサポート拡張を重視します。
InfoQ interviewed him about how make microservices as small as possible, challenges when implementing microservices and how to deal with them,why programming style matters, and what developers can do to develop their code writing skills.
InfoQは氏にインタビューして,マイクロサービスをできる限り小さくする方法,マイクロサービス実装時の問題と対処方法,プログラムスタイルが問題となる理由,開発者がコードスキルを向上させるためにできること,などについて聞いた。
By far the biggest issue with functional programming, it seems to me,is that most programmers aren't familiar with this programming style.
関数型プログラミングにおいて、極めて最大の問題だと私が考えるのは、ほとんどのプログラマがこのプログラミングのスタイルに慣れていないという点です。
The Evolution of a Haskell Programmer,slightly humorous overview of different programming styles available in Haskell.
TheEvolutionofaHaskellProgrammer-Haskellで使える異なるプログラミングスタイルのちょっとユーモラスな概説。
It is a prototype-based, multi-paradigm scripting language that is dynamic, and supports object-oriented, imperative,and functional programming styles.
JavaScriptはプロトタイプベースの動的なスクリプティング言語であり、オブジェクト指向、命令型、関数型のプログラミング方式をサポートします。
The local-view model is a function that performs communication for each node's local data.The local-view model is suited to a programming style where the behavior of each node is described.
ローカルビューは,各ノードが持つローカルデータに対して通信を行う機能です.ローカルビューは,各ノードの振る舞いを詳細に記述するプログラミングスタイルに適しています.。
TeX source code is full of examples of whatwould not be considered good programming style today, such as:.
TeXのソースコードは,現在では好ましいプログラミングスタイルとは見なされないような例に満ちている。
Since GDScript is close to Python,this guide is inspired by Python's PEP 8 programming style guide.
GDScriptはPythonに近いので、このガイドはPythonのPEP8プログラミングスタイルガイドに触発されています。
Results: 126, Time: 0.056

Word-for-word translation

Top dictionary queries

English - Japanese