TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.27k stars 418 forks source link

Declaring dotnetDir closer to it's scope #657

Closed frnkq closed 1 year ago

frnkq commented 1 year ago

Declaring dotnetDir closer to it's scope

ShreyasZare commented 1 year ago

Thanks for the PR. Please let me know how does this improve the existing script.

frnkq commented 1 year ago

It improves it by providing better code readability

ShreyasZare commented 1 year ago

It improves it by providing better code readability

The config variables in the script were deliberately put on top to allow reading all of them in one go and to be able to modify them easily if needed instead of searching through all lines in the code to find them.