You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**suggestion:** Reconsider the necessity of including jQuery
jQuery is generally considered unnecessary for modern web development, especially if you're already using vanilla JavaScript. Consider removing it unless it's absolutely needed for specific functionality.
<!-- Remove jQuery if not needed -->
<!-- If jQuery is required, consider loading it from your static files instead of CDN -->
<!-- <script src="{% static 'js/jquery-3.6.0.min.js' %}"></script> -->
jQuery is generally considered unnecessary for modern web development, especially if you're already using vanilla JavaScript. Consider removing it unless it's absolutely needed for specific functionality.
Originally posted by @sourcery-ai[bot] in #44 (comment)
The text was updated successfully, but these errors were encountered: