Common Expressions V

 0    30 フィッシュ    marcinbalutpoland
mp3をダウンロードする 印刷 遊びます 自分をチェック
 
質問 答え
Rozmiar tablicy jest stały.
学び始める
Size of an array is fixed.
Całkowicie przerywa pętlę.
学び始める
Breaks loop altogether.
Jeśli już tam jest, możemy przejść do następnego słowa.
学び始める
If it is already there, we can move on to the next word.
Jeśli usługa jest niedostępna z jakiegokolwiek powodu.
学び始める
If service is unavailable for whatever reason.
Jest kilka sposobów aby to zrobić.
学び始める
There are a couple of methods to do so.
Dzięki temu.
学び始める
Thanks to that.
Nie spiesz się.
学び始める
Take your time.
Śledź wykonanie krok po kroku.
学び始める
Trace execution step by step.
bez zaśmiecania naszej konsoli
学び始める
without cluttering our console
Miej na uwadze.
学び始める
Bear in mind.
Na razie przejdźmy do następnego wykładu.
学び始める
For now, let's move on to the next lecture.
Pamiętaj, że spowoduje to usunięcie wszystkich zmian.
学び始める
Keep in mind it will remove all your changes.
Zaczynasz mieć o tym pojęcie.
学び始める
You start to have gist of this.
Operator ten zwraca resztę dzielenia dziesięciu przez trzy.
学び始める
This operator returns the remainder of division of ten by three.
Wszystkie warunki są spełnione.
学び始める
All conditions are met.
Wykonywanie programu przejdzie do punktu za pętlą.
学び始める
The program's execution will move on to the point after the loop.
Wydajność jest miarą szybkości wykonywania programu.
学び始める
Performance is a measure of how fast the program is executed.
Ukryj podstawowe szczegóły.
学び始める
Hide the underlying details.
Dzieje się tak tylko w przypadku pól klas.
学び始める
This is only the case for class's fields.
Aby zachować zgodność z tą konwencją.
学び始める
To be in line with this convention.
Prosimy o zachowanie podanej kolejności.
学び始める
Please maintain the given order.
To pierwsze jest poprawne.
学び始める
The former is correct.
Nie określił ani razu.
学び始める
Did not define even once.
Żadne zmienne ani metody nie mogą znajdować się poza ciałem klasy.
学び始める
No variables or methods can live outside the body of a class.
zamieść pod dywan
学び始める
to swept under the rug
Zawsze zastanów się dwa razy, zanim utworzysz niestandardowy wyjątek.
学び始める
Always think twice before creating a custom exception.
Ostatnia deska ratunku w obsłudze błędów.
学び始める
Last resort of error handling.
Zasada najmniejszego zaskoczenia. Kod powinien zachowywać się w sposób, jakiego oczekuje większość użytkowników.
学び始める
Principle of Least Surprise. The code should behave in a way that most users will expect it to behave.
coś sensownego do zrobienia
学び始める
something meaningful to do
Używanie go jest uważane za zły pomysł.
学び始める
Using it is considered a bad idea.

コメントを投稿するにはログインする必要があります。