|
|
|
|
|
by zenolove
86 days ago
|
|
Yeah, what happened to "review your own code first". Even before AI I used to ban linting so I could spot and reject code that clearly showed no effort was put in it. First occurrence of "undreadable" got a note, and a second one got a rejection. And by "undreadable" I do not intend missing semicolons or parenthesis styles or meaningless things like that. I mean obscured semantics or overcrowding and so on. |
|