Studio-42 / elFinder

📁 Open-source file manager for web, written in JavaScript using jQuery and jQuery UI
https://studio-42.github.io/elFinder/
Other
4.64k stars 1.42k forks source link

Used switch statement instead of if-else #3586

Closed connect-bilal closed 9 months ago

connect-bilal commented 1 year ago

Using a switch statement makes the code more readable and easier to manage when dealing with different cases based on the type.

nao-pon commented 9 months ago

@bilalkhan13 I'm sorry to be late. Merge.