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