style50
If you’d like to check the style of your code, you can use style50 in one of two ways:
- You can use the command line tool by typing
style50 file.ext
wherefile.ext
is the name of the file -hello.c
orhello.py
, for example. - You can click on the button in your codespace labeled
style50
. You can even ask the duck in your codespace to explain the results to you!
style50
supports many different languages, including C, Python, JavaScript, HTML, and CSS.
More Info
More information (than you really need) can be found at https://cs50.readthedocs.io/style50/