2.4k questions

2.4k answers

96.6k users

12 Online Users
2 Member 10 Guest
Online Members
Today Visits : 1323
Yesterday Visits : 1939
Total Visits : 2377276

Categories

Notice

Dear All, These are my answers from Quora and primarily Google; please check the answer and from others sites; the answers are free and without any liability.To make a decision, write down all of the positives and negatives on a piece of paper.Thank you,

Elias Katsaniotis, MSc

Information

Viktoria Katsanioti,

Kaliningrad,

Russia,

matizegr@yahoo.com

0 votes
45 views

Pros and cons of using pre-built libraries in Symfony

in General by (95.8k points)

1 Answer

0 votes

From the article

Pros
  • Fast implementation of basic administrative functionality
  • Community support for libraries
  • Several ready-made integrations with libraries from other frameworks(for example, VichUploaderBundle and UserBundle)
  • Customer-ready admin panel design
Cons
  • It may be more difficult to implement custom functionality in some cases.
  • You’ll have to follow the ideology of the library and adapt to its capabilities as well as to its limitations.
  • You’ll be dependent on a ready-made solution. In some cases, you’ll have to wait for a solution to a problem in a library or get into someone else’s code yourself. But this is an open-source framework and getting into someone else’s code is considered the norm. In fact, there are stable release versions that supposedly have a minimum number of bugs.

by (95.8k points)
...