Common Expressions VI

 0    30 fiche    marcinbalutpoland
baixar mp3 Imprimir jogar verifique-se
 
questão resposta
Garbage Collector jest uruchamiany w określonych okolicznościach.
começar a aprender
The Garbage Collector gets triggered under specific circumstances.
przekracza zadany próg
começar a aprender
surpasses a given threshold
Raczej nie będzie to miało wpływu.
começar a aprender
Will hardly be impacted.
Nieużywana pamięć nie jest prawidłowo zwalniana.
começar a aprender
The unused memory is not properly freed.
Ma tendencję do długowieczności.
começar a aprender
It tends to long-lived.
Powinniśmy to sprawdzać tylko raz na jakiś czas.
começar a aprender
We should check it only every once in a while.
Sama referencja zachowuje się jak typ wartościowy.
começar a aprender
The reference itself behaves like value type.
Zmienna referencyjna wskazuje na tę samą listę.
começar a aprender
Reference variable points to the same list.
Zmiana jest odzwierciedlana w zmiennej.
começar a aprender
Change is reflected in the variable.
Jest to zgodne z zasadą Open-Close.
começar a aprender
It is in line with Open-Close principle.
Modyfikuje kolekcję, na której działa.
começar a aprender
Modifies collection that operate on.
Każdy algorytm miał zadecydować, czy liczba powinna zostać załączona.
começar a aprender
Each algorithm meant to decide whether a number should be included.
Wygląda na to, że działa dobrze.
começar a aprender
Seems to be working fine.
jak się okazuje
começar a aprender
as it turns out
Wiele razy z rzędu.
começar a aprender
Many times in a row.
Już w momencie jego powstania.
começar a aprender
Right at the moment of its creation.
Wymagane uprawnienia zostały przyznane.
começar a aprender
Required permissions are granted.
Interfejsy zmieniają się znacznie rzadziej niż szczegóły implementacji.
começar a aprender
Interfaces change much less frequently than the implementation details.
nie ma już wolnego miejsca
começar a aprender
there is no more spare room
Będzie zgodne z SRP.
começar a aprender
Will be in line with the Single Responsibility Principle.
pomoże to w stworzeniu dobrego interfejsu
começar a aprender
it will help to come up with a good interface
jako taki będzie zapakowany
começar a aprender
as such it will be boxed
Zakładając, że obiekt nie został zmodyfikowany.
começar a aprender
Assuming the object was not modified.
Ich implementacje powinny być ujednolicone.
começar a aprender
Their implementations should be aligned.
Funkcje hashujace powinny równomiernie rozprowadzać swoje wartości.
começar a aprender
Hash functions should uniformly distribute their values.
Nie możemy zakładać, że hash kod będzie unikalny dla danego obiektu.
começar a aprender
We cannot assume the hash code will be unique for a given object.
Używanie typów immutable i pure functions to zasady programowania funkcyjnego.
começar a aprender
Using immutable types and pure functions are tenets of functional programming.
Po utworzeniu jego wartość pozostanie taka sama.
começar a aprender
Once created it's value will remain the same.
Jeśli obiekt ma być kluczem w słowniku, powinien być immutable.
começar a aprender
If an object is meant to be a key in a Dictionary, it should be immutable.
Wynik będzie taki sam, jak był.
começar a aprender
The result will be the same as it was.

Você deve entrar para postar um comentário.