Jump to content

Hello :)


Recommended Posts

Yeah I think that really depends on the coder himself. :P

By the way are you from the


public void someFunction( int someParameter ) {
}

or the


public void someFunction( int someParameter )
{
}

camp ? :P

the


public class MyClass
{
   private int m_SomeField;
   private void SomeFunction(int someParam)
   {
   }
}

camp

Link to comment
Share on other sites

What I hat is that:

public void someFunction( int someParameter ) {  a=3; b=323; ....}

do you agree?

I'm not sure yet which camp I belong to. I'm changing from time to time.

What do you programme?

I program in C, C++, C#, PHP, Perl, Python, Lua and JavaScript on semi-regular basis (some more then others, like C++ and C# I use a lot).

I also regularly use things like XML, XSD, XPath etc.

As far as what I program, when I am employed I am generally a database front end developer, as well as generally becoming the scripting guru wherever I work :P

For personal kicks, I have a little project .NET Pre-Build which is written in C# that I actively maintain. I also have various other pet projects that live on my HDD from the bare innards of an OpenGL based 3D engine, to a half-written MUD server, and all kinds of other snippets and random piesce of code.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...