I read that b is like the reverse of e i.e. b does what e does but backwards.
So if I hit de on a word and the cursor is on the first letter of the word, it deletes the whole word. That's great!
But if I hit db on a word and the cursor is on the last letter of the word, it deletes the whole word except for the letter that the cursor was on!
I know I could just move over one character when using b but I would like to keep things consistent. And perhaps someone could enlighten me as to why b behaves like this.