• 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
srcrustaceo Avatar
Name:Unknown
Clan:AGC Partners
Member Since:Jan 2015
Last Seen:Nov 2022
Profiles:
Following:9
Followers:7
Allies:7
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (7)
  • Needs Resolution
  • Custom User Avatar
    • srcrustaceo
    • commented on "Angular modules" kata
    • 9 years ago

    Good point! I have added that requirement. Thanks!

  • Custom User Avatar
    • srcrustaceo
    • commented on "Angular modules" kata
    • 9 years ago

    Indeed this was intended, as pointed out in the description, a module can be defined once with the dependencies array, but can be used after without them to create other components. The test is trying to show the difference between:

    angular.module('app', [])

    and

    angular.module('app').controller(function(){})

    without overcomplicating things.

  • Custom User Avatar
    • srcrustaceo
    • commented on "Angular modules" kata
    • 9 years ago

    Fixed, thanks for the catch

  • Custom User Avatar
    • srcrustaceo
    • commented on "The Union Jack" javascript solution
    • 10 years ago

    Thank you!

  • Custom User Avatar
    • srcrustaceo
    • commented on "Character Frequency" kata
    • 10 years ago

    Nice Kata!

    translation to JS ready :)

  • Custom User Avatar
    • srcrustaceo
    • commented on "Molecule to atoms" javascript solution
    • 10 years ago

    Thanks! yep I could have changed all the wrappers, would improve readability for sure :)
    I like very much the way you've extracted the inner formulas, that's very intuitive!

  • Custom User Avatar
    • srcrustaceo
    • commented on "Part 1: Evil Programming Government Restrictions" kata
    • 10 years ago

    Getting the same error. After hours of trying I had to unlock the solutions to see that people had the same solution as I had!! this is so mental :(

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...