I'm learning nodejs, when I work with tutorial like expressjs and krakenjs, I saw these terms many times:
Production
and Development Environment
My understand is, those are config for production and development time, but why are they in same code? If the app/website is published, does it still have the development
config inside?
I still don't get the idea...