• 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
particleflux Avatar
Name:Stefan Linke
Clan:@hackthe.codes
Member Since:Jul 2017
Last Seen:May 2025
Profiles:
Following:4
Followers:1
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (72)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • pedroafabri
    • commented on "MakeUpperCase" go solution
    • 2 months ago

    lol loved it

  • Custom User Avatar
    • haris_mq
    • commented on "MakeUpperCase" go solution
    • 4 months ago

    game changer 😂

  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Address Book by State" kata
    • 14 months ago

    Rejected by someone

  • Custom User Avatar
    • trashy_incel
    • commented on ""Convert string to camel case" PHP Translation"
    • 15 months ago
    $this->assertSame("UpperCASE", toCamelCase("Upper-cASE"));
    

    this does not seem to be camelCase ? the other languages expect "UpperCase"

  • Custom User Avatar
    • ejini战神
    • resolved a suggestion on "Catalog" kata
    • 16 months ago

    Rejected by someone for unknown reason

  • Custom User Avatar
    • edsown
    • commented on "MakeUpperCase" go solution
    • 2 years ago

    bruh

  • Custom User Avatar
    • Javatlacati
    • resolved a suggestion on "extract portion of file name" kata
    • 2 years ago

    upgraded version

  • Custom User Avatar
    • trashy_incel
    • resolved a suggestion on "Find the smallest integer in the array" kata
    • 2 years ago

    approved

  • Custom User Avatar
    • trashy_incel
    • resolved a suggestion on "Pong! [Basics]" kata
    • 2 years ago

    approved

  • Custom User Avatar
    • particleflux
    • commented on ""Find the smallest integer in the array" PHP Translation"
    • 2 years ago

    Yes, I know that, I was just wondering whether it's worth fixing it in one PHP version only.

    Funny enough, now that I tested around with a changed version of the random test, I noticed it did not actually work anyway, at all.

    The test method providing the real solution was called without $this, and named the same as the real solution (except character case) - which seemed to have called the real solution twice, for $expected and $actual, making the test effectively useless.

  • Custom User Avatar
    • ejini战神
    • commented on ""Find the smallest integer in the array" PHP Translation"
    • 2 years ago

    replying to your comment below (for the purpose of notification triggerment)

    the usage of echo might pollute the namespace, same goes to other languages and it is general advice to not use print statements anywhere when generating test cases.

    You can put the echoed text in the $this->assertSame part as a 3rd parameter for assertion messages FYI!

  • Custom User Avatar
    • ejini战神
    • commented on ""Heron's formula" PHP Translation"
    • 2 years ago

    Can you add headers as requested in the update list in the meantime??

  • Custom User Avatar
    • particleflux
    • commented on ""Find the smallest integer in the array" PHP Translation"
    • 2 years ago

    While I would technically agree with that, and potentially drop that echo completely without replacement, this has not been added in this PHP8 upgrade translation. If it were to be dropped/replaced, I guess it should be dropped in all versions?

  • Custom User Avatar
    • ejini战神
    • commented on ""Find the smallest integer in the array" PHP Translation"
    • 2 years ago

    Instead of using echo, can you add assertion messages directly in assertSame ?? (And the assertion message should not be the random test counter, which provides no info to solvers whatsoever :-)

  • Custom User Avatar
    • Chrono79
    • resolved a suggestion on "Convert string to camel case" kata
    • 2 years ago

    Approved.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...