Artwork

Content provided by HackerNoon. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HackerNoon or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

Finding the Stinky Parts of Your Code: Code Smell 256 - Mutable Getters

2:56
 
Share
 

Manage episode 426593035 series 3474159
Content provided by HackerNoon. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HackerNoon or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

This story was originally published on HackerNoon at: https://hackernoon.com/finding-the-stinky-parts-of-your-code-code-smell-256-mutable-getters.
Avoid mutable getters to protect your code's integrity and encapsulation. Learn how to return immutable copies in Java for safer and more predictable coding
Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #clean-code, #code-quality, #code-refactoring, #refactor-legacy-code, #mutable-getters, #immutable-objects-java, #java-collections, #immutable-data-structures, and more.
This story was written by: @mcsee. Learn more about this writer by checking @mcsee's about page, and for more stories, please visit hackernoon.com.
Avoid exposing mutable getters in your code to maintain object integrity and encapsulation. Use immutable copies or data structures to prevent unintended modifications and ensure thread safety.

  continue reading

346 episodes

Artwork
iconShare
 
Manage episode 426593035 series 3474159
Content provided by HackerNoon. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by HackerNoon or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

This story was originally published on HackerNoon at: https://hackernoon.com/finding-the-stinky-parts-of-your-code-code-smell-256-mutable-getters.
Avoid mutable getters to protect your code's integrity and encapsulation. Learn how to return immutable copies in Java for safer and more predictable coding
Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #clean-code, #code-quality, #code-refactoring, #refactor-legacy-code, #mutable-getters, #immutable-objects-java, #java-collections, #immutable-data-structures, and more.
This story was written by: @mcsee. Learn more about this writer by checking @mcsee's about page, and for more stories, please visit hackernoon.com.
Avoid exposing mutable getters in your code to maintain object integrity and encapsulation. Use immutable copies or data structures to prevent unintended modifications and ensure thread safety.

  continue reading

346 episodes

All episodes

×
 
Loading …

Welcome to Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Quick Reference Guide