-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Use of String in libraries #5886
Comments
Because this is history. Anyone is welcome to improve them. There is an ongoing work for WebServer #5636, but if you have any plan to improve current code, you are welcome. Strings are not forbidden. They make holes (heap fragmentation) so special care has to be taken with them. Use |
That sentence is incomplete. The missing part says "by inexperienced programmers". |
Thank you for the feedback. |
As someone who has made great headway to remove all instances of String objects from my code, I was wondering why some libraries use them a lot, for instance the HTTPClient and WebServer libraries. If String use is not recommended, why do they still use them so much?
Are there any plans to update libraries to remove String use in the future?
The text was updated successfully, but these errors were encountered: