Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 9
    "A formatter at hand where you are 100% sure it does not break anything" - When have you ever run into a piece of code that you were, honestly, 100% sure would never break? Commented Apr 12, 2017 at 13:29
  • 2
    @Zibbobz: any of the tools we are using to edit code, to compile and link it, and also the VCS, can have bugs, still that does not stop us trying to develop working programs ;-) But see my edit. Commented Apr 12, 2017 at 14:07
  • I do approve of the edit - if only because an extra ounce of caution is worth a pound of debugging. ;) Commented Apr 12, 2017 at 14:15
  • @Zibbobz Quite often! Note that being 100% sure of something doesn't mean it has a 100% chance of being true. Commented Apr 15, 2017 at 11:45
  • @immibis: you may have missed that the comment referred to a sentence I removed from my answer some days ago. Commented Apr 15, 2017 at 13:07