Jump to content

1st day at the new job


spiderwell

Recommended Posts

I managed to land a job as a php developer last week, which i am really happy about.

 

had my first day today, and my brain feels like its going to explode. the company has 1 developer who is clearly a coding genius (as far as I can tell!) and when showing me how it all works, i got so swamped with code! its a full on cms which covers everything from simple page content to full ecommerce pages, the usual media stuff and much more.

 

I am not out of my depth, but definately out of my comfort zone! I think I can understand the code, but of course this system he has built up over a few years he has tried to explain to me in a few hours!!, I'm definately need to get my ass in gear!! haha. everything is so modular its amazing. I hope i can just pick it up quick enough that they see me as a good hire!

 

that said i loved ever minute of it, and just thought I'd share it all with you.

 

anyone else ever had a job like that? day one is just a big smack in the face!

Link to comment
Share on other sites

at least you have someone there to guide you.  My first day on the job has usually involved being hired because the previous 1-man-dev-crew left, so I got to walk in the door and figure out what was going on myself.

The person showing me around just went "blah blah blah" :P

Link to comment
Share on other sites

at least you have someone there to guide you.  My first day on the job has usually involved being hired because the previous 1-man-dev-crew left, so I got to walk in the door and figure out what was going on myself.

The person showing me around just went "blah blah blah" :P

lol...thats how it usually is  :o

Link to comment
Share on other sites

I got to look at files that had and still have 500+ lines of duplicate code. I now get to bring those 1k line files down to 500 lines! I got to look at blocks that had 20 lines of code that was copied and pasted, then one value was changed, and that is the only difference between the two blocks.

 

Example:

if(!empty($_POST['something'])){
     echo "<input type='text' value='somevalue' />";
}elseif(empty($_POST['something'])){
     echo "<input type='text' value='' />";
}elseif(isset($_POST['submit'])){
     echo $_POST['something'];
}

Link to comment
Share on other sites

Sounds like you had a  great time, and have a very positive attitude towards learning your new role. Great!  My first day at my current job mostly involved building things like my office chair and a pair of development machines.

Link to comment
Share on other sites

I know the feeling, and like someone else said I'm sure everyone will go through it. On my first day I was introduced to the company's custom framework - which including the various applications is over about 500,000 lines - with only an outdated functional spec document for help. Was a tough few weeks, and to this day there's still parts of it I've not encountered, but loved the learning experience!

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.