Explore tweets tagged as #ImmutableObjects
@CsharpCorner
C# Corner
10 years
1
5
9
@SaraTorrey
Sara
7 years
R2D68 finally finished the #java course. @MarcusBiel as per your website the last episode is #ImmutableObjects, right? Want to make sure before I celebrate. ๐Ÿ˜‚๐ŸŽ‰ #100DaysOfCode #MomsCanCode #CodeNewbie #301DaysOfCode
0
0
11
@Websystemer
Websystemer
6 years
Mutable and immutable objects in Python3, explained with C. - https://t.co/4LsNrdVSKU #immutableobjects #mutableobjects #programming #python #python3
0
0
0
@aliveforms
Aliveforms
3 years
Need to create a new object with the same values in JavaScript? Use deep copy to ensure independence! #javascript #JavaScriptTips #DeepCopy #webdevelopment #programming #ObjectCopy #ImmutableObjects #CodingBestPractices #CodeEfficiency #FrontEndDevelopment #BackEndDevelopment
0
2
2
@savagecamp3
SavageCamp
2 years
Discover the immutability of tuples in Python and use them to store and access data with reliability. . . . . . . . . #pythontuples #datastorage #immutableobjects #learnpython #codebeginner #programmingconcepts
0
0
0
@BinaryBeats__
Binary Beats
2 years
6๏ธโƒฃ Object.freeze() 1. Prevents modifications to an object. 2. Useful for creating immutable objects. #ImmutableObjects #JavaScriptHacks #WebDevLife
1
0
0
@Academy_Prima
Primathon Academy
3 years
0
0
0
@iamAnshAsthana
Ansh Asthana
5 months
Day 15: Trying to remove items from a tuple is like trying to delete Monday from the week. You just can't! (But you can delete the whole week, I guess?) del is savage. #Python #CodingMemes #Developers #ImmutableObjects #PythonLife #DataScience
0
0
1
@VABVOX
Victoria Brownworth
12 years
@SisterTrinity @LilRadFem Tulpas might be easier. Or Roary can bring the mountain to us.#immutableobjects
1
0
1
@Devcide1
Devcide
6 years
A tiny JavaScript library for creation of fully immutable objects and arrays #downloadgithubdesktop #githubdesktop #go #nothing #immutableobjects #development via https://t.co/2vP1UWmvN1 โ˜› https://t.co/Rv2QpRX0AE
0
0
0
@Dev_Patterns
DevPatterns
5 months
"// Define immutable objects in Python: obj = ('Python', 3.8) #Python #ImmutableObjects #ProgrammingTip"
0
0
0
@techterrence
TฮžCHnical Terrence
1 year
0
0
0
@SaveToNotion
Save to Notion ๎จ€
3 years
@vishwanath_tns This thread is saved to your Notion database. Tags: [Immutableobjects]
0
0
0
@M_Ramadan
Mohamed Ramadan
10 years
#C#7 #Roslyn #ImmutableObjects #dotNet Standard Library,....
@Telerik
Progress Telerik
10 years
The .NET of Tomorrow https://t.co/d2yRyFELia
0
0
0
@prod42net
prod42net
1 year
๐ŸŒŸ Understanding the difference between readonly and const in TypeScript is crucial for creating immutable objects. Check out this insightful article by Noah to master these non-assignable features! #TypeScript #Programming #ImmutableObjects ๐ŸŒŸ
0
0
0
@prod42net
prod42net
1 year
"Code Smell: Mutable Getters are dangerous. Avoid exposing internals to prevent corruption and unexpected behavior. Return shallow copies of collections for object integrity and thread safety. #CodingTips #OOP #ImmutableObjects"
0
0
0
@rogerwernersson
Roger C S Wernersson
8 years
What do you do if you have an immutable class, and want a modified copy? I use a builder. How do you get the builder? I prefer but() because the client code looks so neat. myCar = yourCar.but().withColor(GREEN);. Comments? #SoftwareDeveloper #ImmutableObjects
1
0
1
@Sudhans74546839
Sudhanshu Gupta
3 years
Did you know you can use 'as const' to create an immutable object in #TypeScript? ๐Ÿ˜ฎ const myObject = { name: 'John', age: 25 } as const; https://t.co/rr675e1bVt = 'Jane'; // TypeError: Cannot assign to 'name' because it is a read-only property. #TypeScriptTips #ImmutableObjects
0
0
0