ariG23498 HF Staff commited on
Commit
4ef62d8
ยท
verified ยท
1 Parent(s): 8b42971

Fix formatting.

Browse files
Files changed (1) hide show
  1. app/src/content/article.mdx +1 -1
app/src/content/article.mdx CHANGED
@@ -367,7 +367,7 @@ What does that give us?
367
  ### A maintainable control surface
368
 
369
  The effect of modular can be measured in lines of code (LOC). If a model only has a modeling file, we add its LOC count.
370
- However, if a model has a modular_*.py and a corresponding automatically generated modeling_*/.py, we only count the LOC under the modular file. The modeling code has no maintenance cost as it is strictly dependent on the modular file.
371
 
372
  That gives an "effective LOC" curve: the ๐—บ๐—ฎ๐—ถ๐—ป๐˜๐—ฒ๐—ป๐—ฎ๐—ป๐—ฐ๐—ฒ ๐˜€๐˜‚๐—ฟ๐—ณ๐—ฎ๐—ฐ๐—ฒ.
373
 
 
367
  ### A maintainable control surface
368
 
369
  The effect of modular can be measured in lines of code (LOC). If a model only has a modeling file, we add its LOC count.
370
+ However, if a model has a `modular_*.py` and a corresponding automatically generated `modeling_*.py`, we only count the LOC under the modular file. The modeling code has no maintenance cost as it is strictly dependent on the modular file.
371
 
372
  That gives an "effective LOC" curve: the ๐—บ๐—ฎ๐—ถ๐—ป๐˜๐—ฒ๐—ป๐—ฎ๐—ป๐—ฐ๐—ฒ ๐˜€๐˜‚๐—ฟ๐—ณ๐—ฎ๐—ฐ๐—ฒ.
373