• 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
tomasz_nehring Avatar
Name:Tomasz Nehring
Clan:Unknown
Member Since:Nov 2021
Last Seen:Apr 2025
Profiles:
Following:1
Followers:1
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (52)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • mattdivs
    • commented on "Double Char" rust solution
    • 5 months ago

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

  • Custom User Avatar
    • maverik-io
    • commented on "Beginner Series #4 Cockroach" rust solution
    • 9 months ago

    oof

  • Custom User Avatar
    • zGrvs
    • commented on "Mexican Wave" rust solution
    • 13 months ago

    i'm deceased

  • Custom User Avatar
    • dfhwze
    • commented on "Multiplication table" rust solution
    • 13 months ago

    You should think for yourself, not in my place.

  • Custom User Avatar
    • zGrvs
    • commented on "Multiplication table" rust solution
    • 13 months ago

    This code doesn't follow typical styling, which would have the line broken into a couple new lines and helps dramatically with readability. I think some believe one-liners look cooler.

  • Custom User Avatar
    • tomasz_nehring
    • commented on "Separate The Wheat From The Chaff" rust solution
    • 2 years ago

    I understand that xs.len() is said to be >=3 and Rust has some underflow protection.
    Yet still xs.len() - 1 is a buggy programing practice I don't that makes me nervous.

  • Custom User Avatar
    • tomasz_nehring
    • commented on "Grasshopper - Summation" kotlin solution
    • 2 years ago

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

  • Custom User Avatar
    • tomasz_nehring
    • commented on "Distance from the average" kata
    • 2 years ago

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

  • Custom User Avatar
    • ViktorPavlovA
    • commented on "Distance from the average" kata
    • 2 years ago

    How did you solve problem?

  • Custom User Avatar
    • tomasz_nehring
    • created a question for "Parts of a list" kata
    • 2 years ago

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

  • Custom User Avatar
    • tomasz_nehring
    • commented on "Which color is the brightest?" rust solution
    • 2 years ago

    Really clean.

  • Custom User Avatar
    • tomasz_nehring
    • created an issue for "Distance from the average" kata
    • 2 years ago

    I've finally read that I had to round results, but test cases for C++ showing me:

    ExampleTests
    Expected: [ 4.2, -35.8, -2.8, 23.2, 11.2 ]
    Actual: [ 4.2, -35.8, -2.8, 23.2, 11.2 ]
    were really misleading.
    They were literaly telling me that x is not the answer because the answer is x.

  • Custom User Avatar
    • tomasz_nehring
    • commented on ""Array - squareUp b!" Rust Translation"
    • 2 years ago

    One could tinker with TC_COUNT and RANGE constants in “Test Cases” section.
    Interesting configurations include:

    • TC_COUNT = 0, RANGE = 0..=1000 which would enforce 0 randomness and covering literally all cases that abide by specification.
  • Custom User Avatar
    • tomasz_nehring
    • commented on "Spanish Conjugator" rust solution
    • 2 years ago

    _ is NOT unreachable. It can be reached due to misuse of the provided function.
    This match arm should panic with clear message targeting API user who misused the function.

  • Custom User Avatar
    • tomasz_nehring
    • commented on "String array duplicates" rust solution
    • 2 years ago

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

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...