Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Deployment Class Order #17

Closed
Elfiwolfe opened this issue Aug 4, 2017 · 7 comments
Closed

Deployment Class Order #17

Elfiwolfe opened this issue Aug 4, 2017 · 7 comments

Comments

@Elfiwolfe
Copy link

When deploying with a shared Project and Utility Classes.

Items are added in alphabetical order So any customize variables, Program(), Save(), Main(string argument) gets further down in the code instead of at the front.

May be user training.

@malware-dev
Copy link
Owner

This is a great idea.

@malware-dev
Copy link
Owner

Need to figure out some way of telling the system what order you want something to be added in. Any suggestion will be appreciated.

@Elfiwolfe
Copy link
Author

Idea is
Readme.cs
initial section of program to include the leading var and //
Program(), Save(), Main(string argument).
And then the rest of the methods of program. and then classes in alphabetical order.

@malware-dev malware-dev reopened this Aug 4, 2017
@malware-dev
Copy link
Owner

It's just too easy to accidentally close these issues, isn't it...

@malware-dev
Copy link
Owner

🤔 Another idea:
An options.json file where you can set these things up:

{
    "buildOrder": [
        "Program.cs",
        "SpecialClass.cs"
    ]
}

any unmentioned file is added after these

@malware-dev
Copy link
Owner

But yeah, the absolute minimum should be as you suggest, I agree

Perhaps that's even enough

@malware-dev
Copy link
Owner

Replaced by issues #18 and #19

@malware-dev malware-dev removed this from the V1.0 milestone Aug 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants