Maxime Lapointe

Results 77 comments of Maxime Lapointe

I'd like to add that items possibly returning `null` instead of an empty List feels annoying (from my outsider view). So if you were to do breaking change / make...

I wasn't familiar with `implements`. I see why that would be breaking, yeah. This is a good end-goal (except for the nullability in my opinion, distinguishing no page loaded and...

From my point of view as an outside user, if "having had no page fetched yet" is meaningful, then that should be explicit with a boolean. For the rest, it...

Ah, I see. I'm not aware of the whole history in that sense. Difficult problems, good luck! :P

That's a pretty strong case of "do (more) work for me for free". Maybe it's a barrier of language thing, but that phrasing really feels like it.

I'm not offended, I found it a bit funny. Asking for features can be fine. The way of asking can change the tone dramatically. "please do X" is a polite...

@maddieholtzer the Rubocop autocorrect feature did lay some groundwork. The concept of autocorrect just wasn't there before. However, since there was a single linter to handle, I didn't have to...