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
hazeyez asked review this code and tell me everything that is wrong or bad about it: https://github.com/oxagast/Franklin/blob/main/franklin.pl with hash a0912e0e
#1
Closed
hazeyez opened this issue
Apr 22, 2023
· 1 comment
The code is written in Perl, which can be difficult to read and interpret for many people.
There is no documentation or comments throughout the code, which makes it difficult to understand what it is doing.
The code is not written in an organized, logical manner. It jumps from one part of the code to another without clear transitions.
There are no descriptive variable names. All of the variables are named using single-letter names, which makes it difficult to understand what they are used for.
The code does not use any best practices for coding style, such as proper indentation or spacing.
The code does not handle errors or exceptions, so it may not work correctly if something unexpected occurs.
The text was updated successfully, but these errors were encountered:
hazeyez asked review this code and tell me everything that is wrong or bad about it: https://github.com/oxagast/Franklin/blob/main/franklin.pl with hash a0912e0e
<---- snip ---->
The code is written in Perl, which can be difficult to read and interpret for many people.
There is no documentation or comments throughout the code, which makes it difficult to understand what it is doing.
The code is not written in an organized, logical manner. It jumps from one part of the code to another without clear transitions.
There are no descriptive variable names. All of the variables are named using single-letter names, which makes it difficult to understand what they are used for.
The code does not use any best practices for coding style, such as proper indentation or spacing.
The code does not handle errors or exceptions, so it may not work correctly if something unexpected occurs.
The text was updated successfully, but these errors were encountered: