Welcome Guest, Not a member yet? Register   Sign In
How to DRY when building back and front-ends?
#4

(This post was last modified: 03-31-2017, 01:02 PM by cartalot.)

one reason they might be doing it that way - is to have separate environments. so yes its starting out the same,
but the idea is that there will be - for example - different jquery scripts for backend admin tools - versus what is needed for the public front end. using full js files for admin development versus minified js files for the production front end.

you can also extend that where - basically the admin can be the 'sandbox' for beta functionality for the front end of your website. for example going from bootstrap 3 to bootstrap 4. it would make sense to apply those changes to your admin first - make your mistakes in private - and then upgrade the public site.
Reply


Messages In This Thread
RE: How to DRY when building back and front-ends? - by cartalot - 03-31-2017, 01:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB