esp8266 / Basic

Basic Interpreter for the ESP8266
http://esp8266basic.com
259 stars 216 forks source link

Could be replaced the use of the String class with char? #5

Closed 0x2b3bfa0 closed 8 years ago

0x2b3bfa0 commented 8 years ago

Hi! I've read a post on a blog saying that the use of Arduino String class is a bad idea. Wouldn't be better to replace them by char and char*?

mmiscool commented 8 years ago

This is not too big of a problem on the esp. I am not the best c/c++ coder so it might make it harder to maintain for my self.

Encapsulated in side functions should be fine how ever because those are limited in scope

0x2b3bfa0 commented 8 years ago

Ok, I never used C/C++ I'm a mid-level Python programmer and a high-level Bash and Gambas 3 programmer. I never used C/C++ with a serious aim.

However you could say me which side functions could we convert...