Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
objetos mutables
You should be careful when using a shallow copy with mutable objects.
Debes tener cuidado al usar una copia superficial con objetos mutables.
Detecting changes in mutable objects is difficult because they are modified directly.
Detectar cambios en objetos mutables es difícil porque son modificados directamente.
A deep copy is essential when working with mutable objects in programming.
Una copia profunda es esencial cuando se trabaja con objetos mutables en programación.
In general, it is safer to avoid aliasing when you are working with mutable objects.
En general, resulta más seguro evitar usar alias cuando se está trabajando con objetos mutables.
Immutable objects are therefore considered more thread-safe than mutable objects.
En consecuencia, los objetos inmutables son considerados más seguros entre hilos que los objetos mutables.
Careless use of lists (and other mutable objects) can lead to long hours of debugging.
El uso descuidado de las listas (y otros objetos mutables) puede ocasionar largas horas de depuración.
The reference copying technique is much more difficult to use for mutable objects, because if any user of a mutable object reference changes it, all other users of that reference see the change.
Copiar objetos mediante referencias es más difícil cuando se hace sobre objetos mutables, ya que si cualquier referencia a un objeto mutable cambia el objeto referenciado, el resto de referencias al objeto verán dicho cambio.
The reference copying technique is much more difficult to use for mutable objects, because if any user of a reference to a mutable object changes it, all other users of that reference will see the change.
Copiar objetos mediante referencias es más difícil cuando se hace sobre objetos mutables, ya que si cualquier referencia a un objeto mutable cambia el objeto referenciado, el resto de referencias al objeto verán dicho cambio.
It is also possible to create tuples which contain mutable objects, such as lists. To construct a tuple of one item (note the trailing comma is required)
No es posible asignar a los ítems individuales de una tupla, pero sin embargo sí se puede crear tuplas que contengan objetos mutables, como las listas.
The observer pattern is an alternative technique for handling changes to mutable objects. Copy-on-write[edit]
El patrón de diseño conocido como observer (observador) es una alternativa para controlar cambios sobre objetos mutables.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Nici un rezultat pentru acest sens.
Sinonime și analogii pentru "mutable objects" în limba Română