Java: Code Reading and State Safety
How would you explain a safer approach to handle mutable collections in a class in an interview?
Read MoreJava: Code Reading and Refactoring to Objects
Why does private fields in a class matter in practice?
Read MoreJava: Code Reading and State Safety
What issues arise from compile-safe but runtime-unsafe designs?
Read MoreJava: Code Reading and Refactoring to Objects
How would you explain a common mistake when refactoring procedural scripts into objects in an interview?
Read MoreJava: Code Reading and State Safety
How would you explain an invariant in object design in an interview?
Read MoreJava: Code Reading and Refactoring to Objects
Why is it a problem if a class has many public fields?
Read MoreJava: Code Reading and Refactoring to Objects
Why does refactoring procedural code into classes help in practice?
Read More