Always compile before the projekt is finished

Questions about programming languages and debugging
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Always compile before the projekt is finished

Post by ayu »

This is what happens when you write a bunch of code and don't test the code once in a while. I just tried to compile my project for the first time ^^ Couldn't be bothered to do it before since I was in a hurry.
1> - 381 error(s), 23 warning(s)
:roll:
"The best place to hide a tree, is in a forest"

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

:lol:
reminds me of some "funny" experiences with web dev I had....once I created a Wordpress based site for a customer, when I was done with it I noticed I hadn't tested it with IE yet... :roll:
the result: a real ugly CSS mess, the right sidebar for example was on the bottom of the site in the center....making the site work for IE took about the same time I needed for the whole development before.. :lol:

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

ah yes, IE, a devils spawn ^^


Every time IE fails at something, a demon gets its wings
"The best place to hide a tree, is in a forest"

User avatar
ph0bYx
Staff Member
Staff Member
Posts: 2039
Joined: 22 Sep 2008, 16:00
15
Contact:

Post by ph0bYx »

cats wrote:Every time IE fails at something, a demon gets its wings
Oh that's why this world sucks? lol

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

There! down to only 1 error :p
"The best place to hide a tree, is in a forest"

Post Reply