In the system development i am currently participating in, you were not allowed to use the framework at the request of the customer.
I don't know the merits of using the framework for building JavaScript business logic, but I would like to know if there are any disadvantages of using the js framework.
-
Answer # 1
-
Answer # 2
People who don't understand the framework won't be involved in related work,
It is necessary and costly to provide the same level of education to those involved in related work.
May conflict with mechanisms already in use,
It takes time to migrate when introducing a new FWI think there are many.
-
Answer # 3
That's something you should ask the customer
-
Answer # 4
Probably to avoid blaming the framework for functional limitations?
Requests made by customersI can't do it because there is no function in the framework
Implementation because it does not match the framework specifications
This is because the development side is willing to talk about things
Contrary, let us know that there is a cost for creating each function without using the framework functions
You will have to choose the price difference based on the estimated priceIt is also possible that version management after installation will be done at the customer's responsibility
I'm a little worried, but the framework, greater or lesser, is such a thing
I think it's part of the job to explain it properly and be convinced
Related articles
- javascript - (react) css cannot be changed using props
- javascript - i want to dynamically rename a variable when using a for statement
- javascript - how to use multiple select box refinements using the chosenjs library
- crash test using javascript canvas
- i want to encrypt with javascript using the public key created by openssl
- javascript - i want to shorten the code using a for statement because it is long
- javascript - i want to change the process using check in jquery
- javascript - addition using ++ is not reflected in js
- javascript - get json data of external api using useeffect of react hooks
- javascript - how to implement client-side rendering using nextjs
- net framework - http access from form using vbnet httpclient
- php - about the version when developing using the framework
- javascript - i want to insert the start tag and end tag of html tags individually using jquery
- javascript - i want to make a copy using a script in a spreadsheet
- html - developing web apps using bottles in python
- javascript - i want to display pdf from url using react-pdf
- javascript - bug (?) when using axios configuration file as a plugin in nuxt
- javascript - behavior of if statement using or condition
- javascript - can you create a homepage using rails?
- javascript - i want to display a user icon in real-time chat using action cable
The reason for not using the framework is
I think that the following thoughts may be made (aside from the correctness).
① If you don't know how long it will be used, it's better to have no framework
(2) Consider whether to import each time the framework version is updated + refurbishment + testing occurs
③ If you're testing all branches, you can't figure out what the framework is doing
I think that it is the feeling of the IT person on the customer's side that they basically don't want to touch it once it is released.