Fix formatting. (#4)
Browse files- Fix formatting. (4ef62d8d3b955882609db290d1917d34f540bb15)
Co-authored-by: Aritra Roy Gosthipaty <ariG23498@users.noreply.huggingface.co>
    	
        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_ | 
| 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 |  | 

 
		