function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
WalidWalid 

SRC vs SFDX

Hi,
What is the advantage of SFDX folder structure, vs the traditional SRC structure? We are currently using BitBucket + Jenkins, and all metadata changes are done using Pull Requests. We were thinking to move to SFDX, but I was wondering what is the major advantages that require the change?
Thank you
AbhishekAbhishek (Salesforce Developers) 
I would suggest you go with SFDX Only.

Below are the advantages,

It helps improve team collaboration and development.
It makes the release cycle process more agile and efficient.
It allows the developers to use any tool to modify the code such as CLI, VIM, Sublime, Atom, etc.
Facilitates automated testing for your code and enables continuous integration.
Requires a local development setup for the developers to get hands-on expertise on DX.

Below blog has complete information about SFDX,

https://www.ajaydubedi.com/featured/benefits-of-using-salesforce-dx/

Try this Too,

https://salesforce.stackexchange.com/questions/263633/what-are-the-real-benefits-of-using-salesforce-dx

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.