• 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
NickolasII Avatar
Name:Nick
Clan:SB MPEI
Member Since:Sep 2016
Last Seen:Mar 2025
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (24)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • domjweb
    • commented on "FIXME: Replace all dots" python solution
    • 2 months ago

    correct in a general sense but completely missing the point of the kata

  • Custom User Avatar
    • babychartem
    • commented on "FIXME: Replace all dots" python solution
    • 4 months ago

    :D

  • Custom User Avatar
    • Lucifer_Frost
    • commented on "FIXME: Replace all dots" python solution
    • 8 months ago

    First rule of Regular Expressions - if have more simple use string method, then use more simple method than regular expressions =^)

  • Custom User Avatar
    • Ruben Centeno Roman
    • commented on "FIXME: Replace all dots" python solution
    • 2 years ago

    Even though it's asking to rewrite the code, this is easier to understand, uses fewer lines of code and is simpler. In my opinion, this is a perfect solution since it teaches you what is most efficient instead of just doing what the problem asks.

  • Custom User Avatar
    • lexxkrt
    • commented on "FIXME: Replace all dots" python solution
    • 3 years ago

    the task was not to rewrite the function but to fix it

  • Custom User Avatar
    • afrahjaleel
    • commented on "FIXME: Replace all dots" python solution
    • 4 years ago

    yes, this kata only asked to fix the bug in the code. not rewrite the entire code.

  • Custom User Avatar
    • magicalpopcorn
    • commented on "FIXME: Replace all dots" python solution
    • 5 years ago

    this is literally not the purpose of this ex I guess

  • Custom User Avatar
    • ilyashick
    • commented on "Chuck Norris VII - True or False? (Beginner)" python solution
    • 5 years ago

    mozg

  • Custom User Avatar
    • FArekkusu
    • resolved an issue on "Enumerable Magic #30 - Split that Array!" kata
    • 6 years ago
  • Custom User Avatar
    • NickolasII
    • created an issue for "Enumerable Magic #30 - Split that Array!" kata
    • 7 years ago

    in python
    def partition(list, classifier_method):
    please change variable 'list' to other name, because name 'list' is standard type in python

  • Custom User Avatar
    • dramforever
    • commented on "Bubblesort Once" kata
    • 7 years ago

    The <int> was probably eaten by markdown formatting

  • Custom User Avatar
    • donaldsebleung
    • resolved an issue on "Bubblesort Once" kata
    • 7 years ago

    @clcraig Thanks for the fix, approved :D

  • Custom User Avatar
    • clcraig
    • commented on "Bubblesort Once" kata
    • 7 years ago

    @donaldsebleung, submitted a fix so the solution setup will compile out of the gate. Also updated the description for several languages, both current and future translations.

    https://www.codewars.com/kumite/579f17e3bb9944163b000e38?sel=5b5f755f67557e8592000059

  • Custom User Avatar
    • earL_mlee
    • commented on "Century From Year" cpp solution
    • 7 years ago

    fix your indentation man

  • Custom User Avatar
    • NickolasII
    • commented on "Convert a linked list to a string" kata
    • 8 years ago

    It seems to be nullptr as list.
    Try to check this
    If (!list) return "nullptr";

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...