|
Member
(04-01-2011, 01:27 AM)
|
GAF Devs Thread - a thread about programmer's rants
#1
i made a search before opening this thread and i couldn't find one.
If you are a developer you are welcome inside this thread, no matter what's your programming language. This thread is for rants! Your project manager made you rewrite for the 12th thousand time the same application because he has no clue about what does he wants? your client keeps changing his mind because he read about the new trends on his 8th years old daughter magazine? share with us! just please don't use this thread to ask advices about coding! _________________________ i'll go first. at work we were working on an intranet software for a local company. this company, among other things, does certifications classes for other companies and wanted a new software to manage all the classes, registration, test correction and everything else. We spent months customizing this thing, also because they wanted it to be integrated with their current management software that is coded in COBOL(!!!!!). In the last few weeks we didn't get any news from that company, so after losing my health after this thing my boss decided that we need to do something with this software and decided to sell it to another company. Next week we'll have a meeting with those guys because they of course need some customization to make it work in their current intranet environment (and with my luck will be running with software written in fortran) |
|
|
|
Member
(04-01-2011, 01:45 AM)
|
#7
Originally Posted by ronito:
line 1 Result (boolean value) line 240 Result (string containing the result) once i read an article about how to make the code unreadable |
|
Member
(04-01-2011, 01:46 AM)
|
#8
Originally Posted by ronito:
|
|
Member
(04-01-2011, 01:49 AM)
|
#11
I'm a developer, but not in the industry, can I join the thread?
I've fortunately not met many bad cases, but we did have once software from other company with global variables all over the place, it was a nightmare. I really love programming, and I love games, I guess one day I'll do something about it, but it seems is the worst job in the industry, and its a terrible job in any area for that matter, you only do it out of love for the craft honestly. |
|
got my tag in the OT
(04-01-2011, 01:51 AM)
|
#12
Originally Posted by nickcv:
And another one. I was on a project that decided to outsource their development. So they took our designs which had the pseudo code. When time came for testing nothing worked. About 60% of the code they just copy/pasted the pseudocode in. |
|
Member
(04-01-2011, 01:53 AM)
|
#14
Originally Posted by ronito:
|
|
It is illegal to Tag Fish in Tag Fishing Sanctuaries by law 38.36 of the GAF Wildlife Act
(04-01-2011, 01:58 AM)
|
#15
Originally Posted by nickcv:
Looking for a game designer job now. |
|
Member
(04-01-2011, 01:59 AM)
|
#16
one year ago in the company i was working in we got two young guys (a boy and a girl) that had to stay with us for a University Stage
(here in Italy when you are on your second year of college you are forced to make some experience working for free somewhere) they of course where majoring in IT. They were working on a simple scrapper that had to grab some data from a webpage (not something we needed, but we had to give'em something to do!). All of a sudden we lost our internet connection, so i told em to run their apache server locally and keep testing there. After about ten minutes one of them comes to my desk saying: "apache is not working" so i follow him back to his seat and read in the firefox windows: "firefox is in offline mode." |
|
Girl got arse pubes.
(04-01-2011, 02:00 AM)
|
#17
Here is an example of horrible code I wrote today. it's for coursework though so who cares
bool Date::setDate(string date) { string day; if (date.size() == 10) |
|
It is illegal to Tag Fish in Tag Fishing Sanctuaries by law 38.36 of the GAF Wildlife Act
(04-01-2011, 02:03 AM)
|
#18
I remember my first 'sleeping in the office' experience.
Do you guys remember your first crunch? It was pretty awesome the first time, i was young and i rocked 14-18 hours days for weeks. But then it became the norm =/ |
|
Member
(04-01-2011, 02:05 AM)
|
#19
At work, the actual code itself is written fairly well.
When getting into our SQL database though, all hell breaks loose. Configuration tables, shitty naming conventions for tables and stored procedures, needing to update datatypes at later times (bit to integer), etc, etc. Seriously, working on the front-end forms and logic that processes stuff from the database is awesome, but the database work is the pits due to shitty practices we have.
Originally Posted by BigNastyCurve:
Bullshit: I.E. Function LoadImage() //This function loads images There are cases in difficult logic where commenting can help the reader understand what the fuck is going on, though.
Last edited by Kalnos; 04-01-2011 at 02:09 AM.
|
|
got my tag in the OT
(04-01-2011, 02:08 AM)
|
#20
Originally Posted by Fersis:
Originally Posted by BigNastyCurve:
|
|
why I'm cranky
(04-01-2011, 02:08 AM)
|
#21
Originally Posted by BigNastyCurve:
|
|
Member
(04-01-2011, 02:13 AM)
|
#22
Originally Posted by Somnid:
varName_ anyFunction localVariable ClassName Mostly, I prefer trailing underscores for member variables. It looks nicer, and it's less similar to reserved symbols (double leading underscores, underscore capital, or any leading underscore at global scope). Though consistency is more important. |
|
Member
(04-01-2011, 02:17 AM)
|
#24
Originally Posted by CrankyJay:
Code isn't commented very often at my place of work. There is usually a paragraph description at the beginning of a file and then that is it. Sometimes people are nice and write a some more in that header file. Company is somewhat young so its not too hard to track down the person that wrote it. |
|
leeches are the best bait when attempting to land bass
(04-01-2011, 02:18 AM)
|
#25
Originally Posted by Fersis:
|
|
(04-01-2011, 02:18 AM)
|
#26
Originally Posted by dogmaan:
Use the damn [code] tag! |
|
Member
(04-01-2011, 02:21 AM)
|
#27
Originally Posted by Fersis:
print(i love pu**y) he couldn't find the problem so he mailed the code to another division inside the company, and of course he forgot to remove the print.
Quote:
|
|
It is illegal to Tag Fish in Tag Fishing Sanctuaries by law 38.36 of the GAF Wildlife Act
(04-01-2011, 02:21 AM)
|
#28
Originally Posted by Zoe:
;)
Originally Posted by nickcv:
Last edited by Fersis; 04-01-2011 at 02:24 AM.
|
|
Member
(04-01-2011, 02:24 AM)
|
#29
Originally Posted by nickcv:
but yeah, I said the same exact thing to my boss. But most of that code that is reused is written by some high profile people there and by now I think there are lots of experts on it. Still kinda weird imo. |
|
Member
(04-01-2011, 02:25 AM)
|
#31
Originally Posted by Fersis:
A good night (or sometimes, day) sleep is worth more than whatever you lose on your commute (though it should be noted that I've never lived too far from my workplace). Like most super-crunch measures, it's counterproductive. |
|
Member
(04-01-2011, 02:25 AM)
|
#33
Originally Posted by Halycon:
^Also what he said, if you like programming you will be fine, if you hate it then you will hate it. |
|
Member
(04-01-2011, 02:28 AM)
|
#35
Originally Posted by Kalnos:
It's fine as a job, but I don't code in my spare time or anything. I did however have enough real jobs in my life to realize how lucky I am to have a well paying job that is no more physically taxing than browsing for porn. |
|
Member
(04-01-2011, 02:30 AM)
|
#36
Originally Posted by Kalnos:
it's kinda like being a doctor. if you don't truly have the vocation don't do it. even with all the horrible things that happen from time to time i still love my job. |
|
Member
(04-01-2011, 02:30 AM)
|
#37
Originally Posted by Chichikov:
|
|
Member
(04-01-2011, 02:32 AM)
|
#39
Originally Posted by Somnid:
|
|
ὁ αἴσχιστος παῖς εἶ
(04-01-2011, 02:33 AM)
|
#40
Someone convince me the cross-origin browser restriction isn't completely useless.
Originally Posted by ronito:
Originally Posted by Somnid:
|
|
Member
(04-01-2011, 02:33 AM)
|
#41
Originally Posted by nickcv:
|
|
Member
(04-01-2011, 02:35 AM)
|
#42
Originally Posted by dogmaan:
|
|
Member
(04-01-2011, 02:36 AM)
|
#43
Originally Posted by Kalnos:
I was just making the point that you don't need to love coding like a hobby in order to be a successful programmer. |
|
Member
(04-01-2011, 02:39 AM)
|
#44
Originally Posted by Chichikov:
otherwise you are going to have a meltdown (or change job) |
|
Member
(04-01-2011, 02:41 AM)
|
#45
Originally Posted by nickcv:
Still going strong. |
|
Member
(04-01-2011, 02:43 AM)
|
#47
Originally Posted by Somnid:
Quote:
_varName <= internal class-scoped variable VarName <= class name anyFunction <= any function var_name <= local variable and of course VAR_NAME <= constant |
|
Member
(04-01-2011, 02:46 AM)
|
#48
Originally Posted by Andrex:
Looking at CUDA/OpenCL. |
|
It is illegal to Tag Fish in Tag Fishing Sanctuaries by law 38.36 of the GAF Wildlife Act
(04-01-2011, 02:49 AM)
|
#50
Originally Posted by Andrex:
- Fighting Game Engine. (Just to learn more about my favorite genre) - Basic FPS Engine. (Just to train myself at designing levels) - Helping on some open source project. (Because the lead guy helped me before) But im not into coding as much as before, in fact i want to drop it for good once i get a design job. |