pylint-bot/astroid-unofficial

Develop consistent idioms for doing things like looking up names in builtins, parsing code, etc.

Opened this issue · 1 comments

Originally reported by: BitBucket: ceridwenv, GitHub: ceridwenv


Currently, especially in the tests, there a bunch of different helper functions and a bunch of different ways for doing common things like parsing code into astroid ASTs, finding names in the builtins, and so on. We should try to pick one idiom, preferably simple one, and use it everywhere.


Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: PCManticore):


Yep, that would be nice.