-
Shellcheck says to replace `expr ...`, as `expr` is deprecated. For mathematical expressions, I can use `$((...))` instead. But what should I use for string expressions?
FizzBuzz example:
https://gi…
-
Here https://github.com/Mikkeren/FizzBuzzEnterpriseEdition/blob/master/src/main/java/com/seriouscompany/business/java/fizzbuzz/packagenamingpackage/impl/strategies/NoFizzNoBuzzStrategy.java and here h…
-
function com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.FizzBuzz.fizzbuzz(int n) is too big to understand.
Also I think that name n for an argument is too simple and it doesn't r…
-
Hello again.
For the challenge in week 4, FizzBuzz, my program actually has a start and end variable, i.e. you can set it to FizzBuzz from 30-19824.
Am i allowed to do this? oh wait i have the score…
-
undefined method `model_name' for ...Decorator:Class.
Seems some AR class methods are not delegated.
In 0.18.0 there was a method_missing delegating to the model class.
-
Nodelint could be the commandline interface to JSLint that I've been looking for. The reporters feature sets it apart from the other tools I've looked at (e.g. https://github.com/reid/node-jslint), bu…
-
I know the tests in `flowControl.js` are not turned on, so I dont know if they are complete yet, but the code branching test seems too simple to really serve its purpose.
I.e. it is easily solved in …