1. I agree, Keep it simple.
2. The reason is in the SOLID principle.
3. In Django, we have a `reverse` function to generate the full URL to a page by passing args/kwargs. that's a good practice if the project's structure changes in the future. but again. keep it simple.
No comments yet.