Go Back   vb.org Archive > Community Central > vBulletin.org Site Feedback
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools Display Modes
  #101  
Old 08-02-2005, 11:56 AM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
else
{
echo "all 'validators' must have a record of helping the needy before they go about putting down the people that make this site what it is";
}
You do not seem to understand that noone would put anybody down... In contrast, we would try to put everybody up...

Quote:
Both do the same thing, one is just eaiser to read.
Doesn't readability matter? Since it does matter, the code becomes invalid according to reability preference of non-masochist people...
There is also a horizontal scroll which is a negative element of any design. (Here, we are designing the code...)

Quote:
Still you are saying "putting down". You seem to be unable to understand how it's gonna be done, in spite of my best attempts at showing you a nice, friendly way of doing it. That is highly annoying.
Ah you see some people do it on purpose, they are not able to argumentize properly, so they will simply try to revert anything said by others against those who said it (esspecially if what was said is already obsolete), while repeating their own point of view over and over...
  #102  
Old 08-02-2005, 11:59 AM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is possible to write code that is 100% working properly (according to the specification) without ever testing it.
However, this takes a loooong time as you have to proof it (eg. assertions, loop invariants, etc.)
  #103  
Old 08-02-2005, 12:00 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And we all know Kirby's hacks work right the first time, huh, buddy?
  #104  
Old 08-02-2005, 12:05 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
come on take responsibility, it was your idea, you put it forward, i wasn't referring about implementation, i was referring to the act of the idea being put forward
You are right, I put forth the idea and I am taking the responsibility for it.
Now, what I meant was that what the QA team would work with others in a team effort with other QA members...

Quote:
ps. people skills DV remember cleavage, cleavage
English please?

Quote:
The latter isn't an more readable that the former IMHO, but the former is, erm, marked as...
It is a more readable version, because in the first version the two lines look "stuck together", which make it uneasy to separate them in case of an edit... In the latter way of doing it, however, it has a lot of space around, giving some room to the coder (for example, if he wants to put in a comment.. or anything else). This is the same as breaking long texts into paragraphs. It is just easier to read for those who read it.

Quote:
I'm too old for that sh!t.
Come on, what kind of language is that... You are a moderator. Set a good example...

Quote:
And no matter what you say now, if someone had tried to label you when you first started out, you might not have ever gotten to where you are now.
Since the very beginning, I would be more than happy if someone criticized my code and rated it...
  #105  
Old 08-02-2005, 12:06 PM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark Visor
It is not always necessary to test a code. In fact, I can write a properly working hack without ever testing it...
The exact reason why vB.org doesn't need this system. Your ignorance shows, and I will no longer post my opinions in this thread. If such a system would come about, then I would no longer release my work here. I don't need some ignorant team to tell me that my code isn't valid when indeed it works.
  #106  
Old 08-02-2005, 12:06 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
"SELECT * FROM " . TABLE_PREFIX . "user WHERE userid = '$bbuserinfo[userid]'"
"SELECT * FROM " . TABLE_PREFIX . "user WHERE userid = $bbuserinfo[userid]"
"SELECT * FROM " . TABLE_PREFIX . "user WHERE userid = ".$bbuserinfo['userid']
So which of those is, erm, best?
  #107  
Old 08-02-2005, 12:06 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark Visor
You do not seem to understand that noone would put anybody down... In contrast, we would try to put everybody up...
by putting a "unvalidated" sticker on their hack thread? oh ++++ wait i should go back and check the first post to make sure you've not changed your mind about that one so i can 'argumentize' with you properly
  #108  
Old 08-02-2005, 12:09 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by calorie
[sql]"SELECT * FROM " . TABLE_PREFIX . "user WHERE userid = $bbuserinfo[userid]"[/sql]
you shouldn't encapulate numbers but at the same time [sql]"SELECT * FROM " . TABLE_PREFIX . "user WHERE userid = " . intval($bbuserinfo[userid]) . ""[/sql]would probably be the stardard set for a gold-star according to this thread
  #109  
Old 08-02-2005, 12:11 PM
akanevsky akanevsky is offline
 
Join Date: Apr 2005
Posts: 3,972
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
What an arrogant statement, I don't care if a hack is one line, you should still test it. No one is that perfect, allthough it's obvious some think they are.
Ah... I see. So, should I test
PHP Code:
$a 2
, every time I write it? That would be just pointless.

Quote:
And we all know Kirby's hacks work right the first time, huh, buddy?
I didn't test much of Kirby's hacks, but if you see some of mine you will see that they work right from the first install... Unless there are some addons on requests that I implement...

Quote:
wait i should go back and check the first post to make sure you've not changed your mind about that one so i can 'argumentize' with you properly
Exactly. As I stated in that same post you just quoted, there would be no stickers on the non-passed posts... You just skipped over it, huh? Way to go, buddy.
  #110  
Old 08-02-2005, 12:14 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark Visor
Exactly. As I stated in that same post you just quoted, there would be no stickers on the non-passed posts... You just skipped over it, huh? Way to go, buddy.
my bad you just said you weren't the idea leader thus that really held no weight, unless i decided so, ok bud
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:45 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09853 seconds
  • Memory Usage 2,266KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_php
  • (15)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete