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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...