Skip to content

select coding-style #9248

@Ma5t3rful

Description

@Ma5t3rful

hello there,
when i add a new sketch with arduino IDE i always have to clean the initial code and replace it with the standard C++ code (int main (void)) because it is really better (also readable for a person who works in dev C++ or Visual C++) than the non-standard arduino form.
i edited the preference of the IDE (with ms-paint😁) to demonstrate my idea.
Annotation 2019-09-21 151917

int main (void)
{
  init();//initial function for arduino eg:millis() timer

  while(1)
  {
     
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Component: IDE user interfaceThe Arduino IDE's user interfaceType: WontfixArduino has decided that it will not resolve the reported issue or implement the requested featurefeature requestA request to make an enhancement (not a bug fix)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions