It's absurdly often that I find myself writing lines like this:
example_highlights = app.authorized.courses.reader.concept.content.get('atom').get('highlights').filter((h) => h.get('highlight_data')[0].highlight_type == 'example')
To make things a bit more frustrating, ⌘← doesn't bring my cursor to the beginning of the line so if I want to get to the beginning or end of the line it's pretty tedious.
It's absurdly often that I find myself writing lines like this:
To make things a bit more frustrating, ⌘← doesn't bring my cursor to the beginning of the line so if I want to get to the beginning or end of the line it's pretty tedious.