LibraryCarpentry / lc-sql

Library Carpentry: SQL
https://librarycarpentry.org/lc-sql/
Other
12 stars 37 forks source link

Coding style problems #170

Closed pkiraly closed 7 months ago

pkiraly commented 8 months ago

What is the problem?

There are two problems here and there with the code snippets:

1) the current layout of the carpentries lesson displays a given width of the codes, so long lines requires scrolling horizontaly.

2) sometimes the coding style (spaces, letter case) are not uniform, e.g. count(*) vs COUNT(*) vs COUNT( * ),

Location of problem (optional)

No response