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
'Code that either will cause an error or may cause confusing behavior. Developers should consider this a high priority to resolve.',
16
+
},
17
+
suggestion: {
18
+
slug: 'suggestions',
19
+
title: 'Suggestions',
20
+
description:
21
+
"Something that could be done in a better way but no errors will occur if the code isn't changed.",
22
+
},
23
+
layout: {
24
+
slug: 'formatting',
25
+
title: 'Formatting',
26
+
description:
27
+
'Primarily about whitespace, semicolons, commas, and parentheses, all the parts of the program that determine how the code looks rather than how it executes.',
0 commit comments