Avatar

lhamil64

lhamil64@programming.dev
Joined
0 posts • 4 comments
Direct message

Rereading it, I now understand what you meant. I interpreted the “like regex” as an example of advanced git knowledge. I’m not sure the comma helps make it unambiguous though.

permalink
report
parent
reply

How is regex git knowledge? I guess you can use regular expressions with git grep but it’s certainly not a git-oriented concept…

permalink
report
parent
reply

One issue I can see with the points system is that people could just approve it with a “Looks good to me!” without even looking at the code. Or just looking at a small portion of the code.

permalink
report
parent
reply

I hear people say “program in assembler” but IMO that’s wrong. I’d say you write the code in “assembly language” (or better yet, the actual architecture you’re using like “x86 assembly”) but you “assemble” it with an “assembler”. Kind of like how you could write a program in the “C language” and “compile” it with a “compiler”

permalink
report
parent
reply