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
kito kidkito kid 

Organized the codes by Projects

I want to ask everyone's advice on how they handle the codes,etc.

 

In Eclipse, Is there any way to package the related codes and pages,etc into one folder (project by project) like we always do in other development?

 

As there are increasing projects which have totally different purpose and codes, I am facing difficultity in managing all the codes and pages under same Folder like classes, pages, etc.

 

As I am new to SF, I wonder how experienced SF developers are handling such kind of situations?

GunnarGunnar

I precede all my class names with a 2 or 3 character designation so that all classes/triggers for the project start with the same name.

 

ord_AccountUpdate

ord_OrderUpdate

 

ord is the abbreviation for the project.