It’s all about context. If you’re working solo, do whatever. But in a team, consistency matters. Some shops enforce a style guide that bans aliasing unless absolutely needed.
Also, if you’re using *import requests as req*, make sure it’s obvious. Don’t alias it to something cryptic like "r" or "x"—that’s just asking for confusion.
Also, if you’re using *import requests as req*, make sure it’s obvious. Don’t alias it to something cryptic like "r" or "x"—that’s just asking for confusion.
