Conversation
Extensions/find_inactives.js
Outdated
There was a problem hiding this comment.
would prefer to do peopleCount = parseInt(count_text.replace(etc)) so that the operations are self-documenting
|
@nightpool I think it's fine, it's one logical step per line rather than nested method calls. @bvtsang I opted to have some duplicated code since I think it's easier to read and understand than what I would do probably do otherwise. Make an enum type object and loop through the enums. |
|
Turning a string to an int in a logical operation. destroying useless text text then turning it into an interger, in my mind isn't a single logical operation which is shown by the multiple method calls in order to do that. |
|
down for whatever tbh. its a minor nitpick On Wed, Dec 9, 2015 at 12:28 AM Charles notifications@github.com wrote:
|
|
So is this good to go or are there a few bugs / styling stuff still? |
|
Tested locally, LGTM. I don't think any of the remaining nitpicks are blockers. |
|
📌 Commit ba15e0d has been approved by |
Inactives language fix Fixed #833 If the user had a different language than English it would fail.
|
☀️ Test successful - status |
Fixed #833
If the user had a different language than English it would fail.