• 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
crouzet Avatar
Name:henri_crouzet
Clan:Unknown
Member Since:Feb 2022
Last Seen:Aug 2025
Profiles:
Following:6
Followers:5
Allies:5
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (61)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • crouzet
    • commented on "Shortest Distance to a Character" kata
    • 14 days ago

    very good exercise to learn how to name the variables in order to make the implem readable to others

  • Custom User Avatar
    • JohanWiltink
    • commented on "Rotate the square by 45°" kata
    • 2 months ago

    It is not related to that. Please ask Discord#reviewing why you should not be doing input validation.

  • Custom User Avatar
    • JohanWiltink
    • commented on "Rotate the square by 45°" kata
    • 2 months ago

    You're thinking why your kata should exist. Please change your thinking to "what kata would add value to Codewars?"

    Content should be novel, so if a task already materially exists, you should not be creating duplicates of it, especially not by adding unrelated additional tasks like input validation.

    Please take any further discussion of this to Discord#kata-ideas.

  • Custom User Avatar
    • hobovsky
    • commented on "Rotate the square by 90°" kata
    • 2 months ago

    There already are:

    • Matrix rotation,
    • Rotate matrix counter - clockwise N - times!,
    • Rotate a square matrix in place
      ... and probably a few more which I did not find now.

    Are you sure we need yet another matrix rotation task?

  • Custom User Avatar
    • crouzet
    • resolved an issue on "Rotate the square by 45°" kata
    • 2 months ago

    it looks alike but with differences:

    • spaces management
    • negative rotation
    • multi step rotation (n * 45°)
    • error management

    and as a kata suite, i think it's better suited for progression

  • Custom User Avatar
    • crouzet
    • commented on "Rotate the square by 45°" kata
    • 2 months ago

    Hello, not sure to understand. But is it related to "NameError: uninitialized constant Rotator" error?
    If yes, i've fixed it.

  • Custom User Avatar
    • crouzet
    • resolved an issue on "Rotate the square by 90°" kata
    • 2 months ago

    it looks alike but with differences:

    • spaces management
    • negative rotation
    • multi step rotation (n * 90°)
    • error management

    and as a kata suite, i think it's better suited for progression

  • Custom User Avatar
    • crouzet
    • resolved an issue on "Rotate the square by 90°" kata
    • 2 months ago

    done :)

  • Custom User Avatar
    • JohanWiltink
    • created an issue for "Rotate the square by 45°" kata
    • 2 months ago

    Input validation has been done. Please provide only valid inputs.

  • Custom User Avatar
    • JohanWiltink
    • created an issue for "Rotate the square by 45°" kata
    • 2 months ago

    This should be a translation on https://www.codewars.com/kata/5da74bf201735a001180def7 instead of a new kata.

    Please unpublish this duplicate.

  • Custom User Avatar
    • JohanWiltink
    • created an issue for "Rotate the square by 90°" kata
    • 2 months ago

    This should be a translation on some existing kata, not a new one. This task definitely already exists.

  • Custom User Avatar
    • crouzet
    • commented on "Rotate the square by 90°" kata
    • 2 months ago

    oh! yes, the 1st form was a class, then i switched to a method. I fix that, thx

  • Custom User Avatar
    • BachMcCann
    • created an issue for "Rotate the square by 90°" kata
    • 2 months ago

    Encountering the following error:

    An error occurred while loading ./spec/solution_spec.rb.
    Failure/Error:
    RSpec.describe Rotator do
    subject(:rotation) { described_class.new(square).rotate(degrees) }

    describe "#rotate" do
      context "with 1x1 square" do
        let(:square) {
          [
            %w[A],
          ]
        }
    

    NameError:
    uninitialized constant Rotator

    ./spec/solution_spec.rb:1:in `<top (required)>'

    No examples found.

  • Custom User Avatar
    • crouzet
    • resolved an issue on "Bookstore's Stock Replenishment" kata
    • 9 months ago

    1 word book (only "Persepolis") was badly handled in my code,
    it's fixed now :)

  • Custom User Avatar
    • crouzet
    • commented on "Bookstore's Stock Replenishment" kata
    • 9 months ago

    look like a bug.. i check that, thx

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...