Common Expressions V

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

You must sign in to write a comment