ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
https://github.com/ko4life-net/ko
MIT License
55 stars 22 forks source link

Refactor Configuration and Connection Handling for Consistency #268

Open stevewgr opened 2 days ago

stevewgr commented 2 days ago

Description

This pull request refactors configuration and connection string handling across the project to improve maintainability, readability, and portability. Key changes include:

These updates lay the groundwork for a more maintainable and portable codebase, ensuring consistency across all server components while improving runtime efficiency and adaptability.