Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code hint for organizing files differently (updated) #278

Open
ernestasjuska opened this issue May 2, 2023 · 0 comments
Open

Code hint for organizing files differently (updated) #278

ernestasjuska opened this issue May 2, 2023 · 0 comments

Comments

@ernestasjuska
Copy link

ernestasjuska commented May 2, 2023

Hi,

In larger apps we end up with large number of objects in rather flat structure: 20 files in src/codeunit, 40 in src/pageextension, etc. At the moment even smaller projects look very messy and are difficult to explore:
image

Microsoft added namespaces in BC23, but that functionality won't be in previous BC versions, so we need some other kind of hint to define the folder structure.
For example:

//crs-al namespace MyProduct.Payments;

table 700000000 "MP My Table"
...

or

namespace MyProduct.Payments;

table 700000000 "MP My Table"
...

Would go into src/MyProduct/Payments/MyTable.Table.al.

Subfolders like table, page, etc are not needed anymore. A particular namespace should have only a few objects otherwise we go back to the original problem.

Thanks.

@ernestasjuska ernestasjuska changed the title Code hint for organizing files differently Code hint for organizing files differently (updated) Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant