Struct vs Class in Swift: Making the Right Choice
A senior-level deep dive on Swift struct vs class — value semantics, copy-on-write, mutating methods, identity vs equality, protocol composition, and …
Read More →Engineering Notes
A senior-level deep dive on Swift struct vs class — value semantics, copy-on-write, mutating methods, identity vs equality, protocol composition, and …
Read More →A senior-level deep dive on iOS memory management — ARC internals, strong/weak/unowned, retain cycle debugging in Memory Graph, autoreleasepool, and …
Read More →