Closed pkiraly closed 7 months ago
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( * ),
count(*)
COUNT(*)
COUNT( * )
No response
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(*)
vsCOUNT(*)
vsCOUNT( * )
,Location of problem (optional)
No response