Common Expressions VI

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

Debes iniciar sesión para poder comentar.