ten significant pillars of modern php development

Post on 08-Apr-2017

966 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Ten Significant Pillars of

Modern PHP Development

PHP developmentNeed of the world

1. Code• The ‘code’ is very important part of any application

• Developers are advised to take the help of git due to its broad

spread and availability across the board

• Code maintenance can easily accept the majority of a project’s

time and nicely formatted

2. Test• Testing provides a convenient way of working, reduces the

development

• A well- tested application earns lots of things like it becomes

beneficial to the tested software, modular design in unit testing

etchttps://www.relianttekk.com/php-development-services.html

3. Dependencies• Since the code is related to specific package/library the

dependency declaration should be in the control of version

• The actual package/library files should not be part of version control, as there are revisions are already managed by declaration

4. Configuration• We consider local configuration files are a good choice as well

as long as their deployment is clearly defined

• The best term for measuring the configuration is clearly separated from the code

https://www.relianttekk.com/php-development-services.html

5. Assets• Assets are often handled by the frontend PHP Developers of

the team

• Developers have their own tools for asset

• Forcing asset compilation in the release cycle implies that they have to be in control to the tools

6. Runtime Data• Runtime data includes all file based data, which is brought

out at run time by user interaction or as an influence thereof

multiple instances

• This can be handled using a local or network attached file

systemhttps://www.relianttekk.com/php-development-services.html

7. Resources• The place of resources has to be substituted by configuration

• What we need to abstract is the access to all resources and the degree of this process should depend on possibility and appropriacy

8. Weak Coupling• The soft services are one without which the application still

can work for instance database driven application could run without the database should be released easily

• Like a mail service is used to send messages to new users and a normal welcome mail

https://www.relianttekk.com/php-development-services.html

9. Deployment• There are some things more feared, more prone to damage

and hence over delayed than big updates into generation

•  The prior thing is to provide an easy, transparent and quick deployment

10. Scalability

• When writing code for your application, you must be known for underlying infrastructure so you don’t have to face weakness

• Search some resources you can attach to boost the functionality.https://www.relianttekk.com/php-development-services.htm

l

https://www.relianttekk.com/php-development-services.html

Thank you

top related