Common Expressions VI

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

Vous devez vous connecter pour poster un commentaire.