• 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
eonil Avatar
Name:Eonil
Clan:Unknown
Skills:swift, rust
Member Since:Feb 2020
Last Seen:Jan 2024
Profiles:
Following:7
Followers:8
Allies:6
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (24)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Flying_Ace
    • commented on "Descending Order" python solution
    • 2 months ago

    Dem, smart

  • Custom User Avatar
    • Voile
    • created an issue for "Unicode Characters & Lines" kata
    • 2 years ago

    Unicode defines more line terminators than what is tested; besides the usual LF, CR and CRLF there are also VT, FF, NEL, LS and PS, but the kata only tests for NEL and LS besides the first three.

  • Custom User Avatar
    • Voile
    • created an issue for "Unicode Characters & Lines" kata
    • 2 years ago

    There are no random tests.

  • Custom User Avatar
    • Oliver Staudt
    • commented on "Simple prime streaming" python solution
    • 5 years ago

    It's called information :D
    You can always on the same level of the solution interchange memory and runtime

  • Custom User Avatar
    • eonil
    • commented on "Shortest Word" rust solution
    • 5 years ago

    IMO, production coding is not hack-competition like CodeWars.
    Therefore such signature refactoring is actually welcome and recommended if appropriate.

  • Custom User Avatar
    • ZoomRmc
    • commented on "Shortest Word" rust solution
    • 5 years ago

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

  • Custom User Avatar
    • Delgach
    • commented on "Unicode Characters & Lines" kata
    • 5 years ago

    you are right

  • Custom User Avatar
    • eonil
    • commented on "Unicode Characters & Lines" kata
    • 5 years ago

    Please note that all character offsets are in UTF-8 Code Units, not Grapheme Cluster offset as specified in code comment.

  • Custom User Avatar
    • Delgach
    • commented on "Unicode Characters & Lines" kata
    • 5 years ago

    Are you sure that the test 3 and 4 are ok?
    Just looks like there are symbols that not equals "\n" like "
" and "…".
    And in some parts try to get symbol out of rage like in "AB가
    말
    語
C"
    the length is 10 but try to get the 17th

  • Custom User Avatar
    • eonil
    • resolved an issue on "Unicode Characters & Lines" kata
    • 5 years ago

    Fixed!

  • Custom User Avatar
    • Voile
    • created an issue for "Unicode Characters & Lines" kata
    • 5 years ago

    The test assertions should use XCTAssertEqual(actual, expected) instead of XCTAssertTrue(bool) as the latter does not give any meaningful information why tests failed.

  • Custom User Avatar
    • FArekkusu
    • created an issue for "Characters & Lines" kata
    • 5 years ago
    • No random tests for linechar or char
    • Accessing elements by indices is a worthless kata idea
  • Custom User Avatar
    • eonil
    • resolved an issue on "Characters & Lines" kata
    • 5 years ago

    Fixed!

  • Custom User Avatar
    • eonil
    • commented on "Characters & Lines" kata
    • 5 years ago

    I'm working on it. Thanks.

  • Custom User Avatar
    • suic
    • created an issue for "Characters & Lines" kata
    • 5 years ago

    Issues:

    1. No random tests
    2. Incorrect initial solution (twice char instead of linechar, {})

    Btw. This is not the way how Python code should be documented (look at PEP 257)

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...