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.
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],
]
}
very good exercise to learn how to name the variables in order to make the implem readable to others
It is not related to that. Please ask
Discord#reviewing
why you should not be doing input validation.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
.There already are:
... and probably a few more which I did not find now.
Are you sure we need yet another matrix rotation task?
it looks alike but with differences:
and as a kata suite, i think it's better suited for progression
Hello, not sure to understand. But is it related to "NameError: uninitialized constant Rotator" error?
If yes, i've fixed it.
it looks alike but with differences:
and as a kata suite, i think it's better suited for progression
done :)
Input validation has been done. Please provide only valid inputs.
This should be a translation on https://www.codewars.com/kata/5da74bf201735a001180def7 instead of a new kata.
Please unpublish this duplicate.
This should be a translation on some existing kata, not a new one. This task definitely already exists.
oh! yes, the 1st form was a class, then i switched to a method. I fix that, thx
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) }
NameError:
uninitialized constant Rotator
./spec/solution_spec.rb:1:in `<top (required)>'
No examples found.
1 word book (only "Persepolis") was badly handled in my code,
it's fixed now :)
look like a bug.. i check that, thx
Loading more items...