Is there any documentation on what is considered standard convention for Lazarus/Free Pascal??
What I mean is that I'm mostly self taught and I find that a lot of sample programs I see have different ways of naming variables, functions, etc and other small things that perhaps were taught in an academic setting or are something that is normally done in the 'real' world of programming. My programs work, mostly, but I'm always looking to learn and a baseline might be a good thing to go back to.
Here is one question, I had a problem and someone posed a bit of code which used Result instead of the function name to return the data, I went looking and didn't see anywhere where one is preferred over the other or why so I'm wondering if there is a preference. I kinda like using the name but using Result looks more standard across all the functions. Thoughts?