2
votes
Why it is the good to use WordPress instead of creating one from scratch?
The big advantage of using an existing CMS (content management system, like Wordpress) compared to developing your own is that you don't have to invest the effort to develop your own. What's the point ...
1
vote
Accepted
Adapter pattern for formatting third party API responses
Design patterns typically have a well-defined structure, such as a class hierarchy in the object-oriented world. You discover that you implemented a pattern when the hierarchy you created match the ...
1
vote
Accepted
Sould I .gitignore build output for a WordPress plugin?
Your feeling is correct: In general, do not check output files into source control.
There are exceptions, e.g. when a tool generates an initial template that you then edit by hand.
1
vote
Accepted
Using framework (WordPress) functions in layered architecture
The definition of a framework is pretty much that you are locked in to using it. The framework dictates your architecture. Your code is interwoven with the framework. It's like choosing the ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
wordpress × 38php × 12
cms × 6
web-development × 4
git × 4
architecture × 3
licensing × 3
drupal × 3
documentation × 2
gpl × 2
error-handling × 2
workflows × 2
knowledge-transfer × 2
design-patterns × 1
object-oriented × 1
database × 1
javascript × 1
python × 1
unit-testing × 1
programming-practices × 1
rest × 1
api × 1
coding-style × 1
project-management × 1
refactoring × 1