• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
beginerbeginer Avatar
Name:Gakkie
Clan:Unknown
Member Since:Apr 2020
Last Seen:Aug 2023
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (8)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • nuzyly
      • commented on "FIXME: Get Full Name" java solution
      • 4 years ago

      It's good coding practice to restrict mutability. As the instance variables are never changed we can make them immutable. Even better: Thus the whole class Dinglemouse becomes immutable - an instance of Dinglemouse can never be changed after initialization. As for the parameters it might not be mandatory to declare them final, but I made it a habit to declare all variables final by default, unless for the rare occasion where I really need a mutable variable. Also it is best avoided to change the value of parameters, so declaring them final makes this more explicit.

    • Custom User Avatar
      • beginerbeginer
      • commented on "FIXME: Get Full Name" java solution
      • 4 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • beginerbeginer
      • commented on "Highest Scoring Word" ruby solution
      • 5 years ago

      Thank you very much!

    • Custom User Avatar
      • Jesus_Castello
      • commented on "Highest Scoring Word" ruby solution
      • 5 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • beginerbeginer
      • commented on "Highest Scoring Word" ruby solution
      • 5 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • beginerbeginer
      • commented on "Highest Scoring Word" ruby solution
      • 5 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • beginerbeginer
      • commented on "Highest Scoring Word" ruby solution
      • 5 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • beginerbeginer
      • commented on "Alternate capitalization" javascript solution
      • 5 years ago

      Could someone please tell me what kind of process is going on inside?

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...