performance - The more organized your code, the more slow your website or programme will run? -


just wondering that, more keep code organized, using mvc, or keeping separate files functions, constants, using external sheets styles, js, etc. more slow website becomes, because value in code has follow longer path, comparatively. true??

it's true in sense page take 0.02 seconds instead of 0.01 seconds process.

long-term maintainability of code more important raw performance 99% of time.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -