Timo Rößner

Results 17 issues of Timo Rößner

While browsing IceNine's codebase I noticed that we can replace the Hash in RecursionGuard with a better fitting Set since we don't need the values.

Follow-up to #1065 The UncommunicativeVariableName smell detector: - does not take the context into account, hence context based configuration via comments or config file is not working - does not...

defect

Follow up to #641 Suggestion: 5 public methods, 10 private methods max. WDYT?

feature
smell
maybe-some-day

Since we are explicitly putting version numbers in our documentation links our releases have become very noisy as you can see in #1391. Ideally, there would be one cucumber feature...

internal

Fixes part 2 of #1411

feature
work in progress

As I mentioned in #1406 I have been working on improving our todo list functionality so that the TodoCommand recognises if there is a configuration file present (either the default...

discussion

Coming from #1102 there's only one thing left to validate when it comes to configuration via source code comments: That the datatypes given to our basic and custom configuration options...

feature

Coming from [here](https://github.com/troessner/reek/pull/959): I'd consider initialising instance variables to nil is its own smell. There is no semantic difference between: ``` Ruby class Omg def initialize; @bar = nil; end...

feature
smell
discussion

I recently had a chat with @mbj and he suggested the following: > > Also I run all checkins for mutants generation engine and unparsers round trip against rubyspec that...

internal
maybe-some-day

Seriously, that thing is getting way too big.

internal