• 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
The43rdDev Avatar
Name:The43rdDeveloper
Clan:Self taught
Skills:rice farming
Member Since:Jan 2023
Last Seen:Mar 2025
Profiles:
Following:117
Followers:117
Allies:117
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (66)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Just4FunCoder
    • resolved a suggestion on "I need more speed!" kata
    • 6 months ago

    Forked & Approved.

  • Custom User Avatar
    • Just4FunCoder
    • commented on ""I need more speed!" Python Translation"
    • 6 months ago
    • Moved assertion inside it block
    • Flipped actual and expected values in the assertion
  • Custom User Avatar
    • Just4FunCoder
    • commented on ""I need more speed!" Python Translation"
    • 10 months ago

    Sample test & Actual fixed tests: Please move all the assertions inside the it block [Ref]

    Example:

    @test.describe('Example Tests')
    def example_tests():
        @test.it("Should reverse a sequence")
        def _():
            seq = [1,2,3,4,5]
            reverse(seq)
            test.assert_equals([5,4,3,2,1], seq)
            
            ...
    
  • Custom User Avatar
    • MatttNguyen
    • resolved a suggestion on "Digitwise addition" kata
    • 10 months ago

    Really appreciate that.

  • Custom User Avatar
    • MatttNguyen
    • commented on "Digitwise addition" kata
    • 10 months ago

    what kind of greeting is this

  • Custom User Avatar
    • The43rdDev
    • created a suggestion for "Digitwise addition" kata
    • 10 months ago

    Python fork: minor description changes

    https://www.codewars.com/kumite/6693554e4a917aa88036db35

  • Custom User Avatar
    • The43rdDev
    • commented on "Digitwise addition" kata
    • 10 months ago

    Pretty nice kata, got a kick of difficulty to it

    Also, hello fellow rice farmer!

  • Custom User Avatar
    • The43rdDev
    • commented on "Esolang Interpreters #4 - Boolfuck Interpreter" kata
    • 11 months ago

    Way too easy, but hey, free score is free score

  • Custom User Avatar
    • The43rdDev
    • commented on "My smallest code interpreter (aka Brainf**k)" kata
    • 11 months ago

    I came back to this kata after 4 years

    Amazing

  • Custom User Avatar
    • The43rdDev
    • created a suggestion for "calculate_triangle_perimeter" kata
    • 12 months ago

    Description should be more specific on the expected output?

    Like should be there any rounding or what?

  • Custom User Avatar
    • The43rdDev
    • commented on "Number of trailing zeros of N!" kata
    • 12 months ago

    Challenging but fun and also surprisingly simple

  • Custom User Avatar
    • The43rdDev
    • commented on ""British vs Slovakian postcodes" Python Translation"
    • 12 months ago

    https://www.codewars.com/kumite/665c22668c1787eb68874920

    New fork

  • Custom User Avatar
    • glovastefan
    • commented on ""British vs Slovakian postcodes" Python Translation"
    • 12 months ago

    The43rdDev - I have used a majority of your description and going to reject this fork. Please do some minor change in new fork, as it is fair that you will be recorded as contributor if this kata gets approved.

  • Custom User Avatar
    • The43rdDev
    • commented on ""British vs Slovakian postcodes" Python Translation"
    • 12 months ago

    glovastefan It can be called a translation, a fork or a kumite, whichever you want to call it

    Still, because the description was edited after I wrote this fork, it is causing a conflict and therefore can't be merged..

    I suppose you could copy the description, sample and random test cases in your kata then reject this fork.

    I will be back in around a week since I'm quite busy right now

  • Custom User Avatar
    • The43rdDev
    • commented on "Scrabble best word" kata
    • 12 months ago

    Sorry for the late response, I was really busy and I also kinda rushed while reporting the issue..

    I will get back in a week or something

    Edit: and yeah.. honestly my solution is completely unreadable and my issue is missing key informations..

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...