Molbap HF Staff ariG23498 HF Staff commited on
Commit
6c01976
ยท
verified ยท
1 Parent(s): a398013

Fix formatting. (#4)

Browse files

- Fix formatting. (4ef62d8d3b955882609db290d1917d34f540bb15)


Co-authored-by: Aritra Roy Gosthipaty <ariG23498@users.noreply.huggingface.co>

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