Visualstudio-docs: Differentiation between "Lines of Executable Code" vs "Line of Source Code" is missing.

Created on 19 Dec 2019  路  6Comments  路  Source: MicrosoftDocs/visualstudio-docs

In the link https://docs.microsoft.com/en-us/visualstudio/code-quality/code-metrics-values?view=vs-2019, differentiation between "Lines of Executable Code" vs "Lines of Source Code" is missing.

Pri3 doc-bug

All 6 comments

@xs2bharat Thank you for the feedback.

Lines of executable code can vary depending on the compiler, linker, etc.

What exactly do you mean by differentiation?

No need to close this, when the issue is not fixed yet.
It only says "Lines of Code" in the docu but it is called "Lines of Executable Code" and "Lines of Source Code" in visual studio.

grafik

grafik

His question was:
What is the difference between those two things. I dont understand it either. Does "executable code" means IL code? or is it codes without line breaks, without empty lines and without comments? In contrast to that is "source code" just simply adding ALL lines in every code file?

@xs2bharat, @Taschenbuch -- thank you for your feedback. I closed this issue because it had been unanswered for over two weeks. I appreciate your followup.

@Mikejo5000 -- please look into this issue.

I would hazard a guess that "Lines of Code" in the doc (IL code) equates to "Lines of Executable Code" in the UI, but would be good to confirm. @mavasani to comment, and to let us know whether ALL lines of every code file are counted in "Lines of Source Code".

I presume the description in https://github.com/MicrosoftDocs/visualstudio-docs/issues/3979 has the context?

Looks like it does, thanks! I'll update the doc.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ChrisMaddock picture ChrisMaddock  路  3Comments

nitinjs picture nitinjs  路  3Comments

wittelw picture wittelw  路  3Comments

realbart picture realbart  路  3Comments

H35am picture H35am  路  4Comments