devkabiir

Results 27 comments of devkabiir

> > Provides introduction to for loops, arrays and a bit of iterators. > > I've only briefly looked at the code, but I feel like this might be a...

Related #296 Making changes requires an access token for most CI. I'm also not comfortable with any kind of CI to make changes. My proposal is only for linting and...

I suppose this one was to add the CI jobs, and the other one was to select the lint rules, other than the default ones enabled by dart analyzer.

No, I don't think separate workflows add any value. However, we should run `dart analyze .`, `dart format -l 120 --set-exit-if-changed .` per exercise as well as repository level. That...

I think the presubmit script hasn't been updated.

I guess everyone agrees on keeping the repo-level `pubspec.lock`? We should close this issue then. This is the current behaviour.

Some of my thoughts: > `basic-iterables` Know of the `Iterable` construct (`array` type in some other languages). Know of some basic functions. I think that in dart `List` would be...

Should this issue be moved over to exercism/v3 repo to gain more visibility?

I like the idea of having stubs for basic/entry level exercises or if an exercise introduces completely new language syntax specific concepts that a student can't figure easily on there...

@Stargator key concepts also include introduction to syntactic sugars which I find difficult to be explained or introduced via test suites. But a clever example in exercise Readme or hints.md...