Re: This is me venting Community Center Meta DaniWeb by jkon Dani , yes I also believe that you are responsible for the decline of DaniWeb .... BUUUT that was many years ago. We all foreseen the decline of "forums" back in early 2010's , there were many alternatives of what to do , and I strongly believe that you choose the wrong one. I will not repeat what you did or what you could be done … Re: This is me venting Community Center Meta DaniWeb by Dani > what was missing was a programming hub of news / forum / interviews I have always been a strong proponent of having editorial (news, tutorials, interviews, etc.) complement the user-generated forum discussions. In the past, well over 50% of our gross revenue from advertising went straight into paying for staff writers. IMHO we used to have … This is me venting Community Center Meta DaniWeb by Dani …at *anyone*. Please take it just as me having a bad day and venting. I'm kinda tired of people constantly…the current landscape of tech and programming forums, Dream.in.Code went out of business. DevShed went out of business. Cre8asite… health challenges). I've made, on average, 700-1000 code check-ins annually for the past ten years. *Of course… Re: Trying to animate sprite using DirectX9 Programming Software Development by Pavel_11 … within them; I didn't make an order in your code;just found some places and changed it; if you want… make it more readable;do it yourselve; here is working code;caveman goes to left and right and it changes a… for my english. It is very bad.but I hope you will understand;here is a code: //move the sprite if(KEY_DOWN… Re: This is me venting Community Center Meta DaniWeb by Reverend Jim It's hard for me to imagine that all of the pleasure I've gotten out of Daniweb, the challenges, the insights, the friendships since I joined in 2010, are all dependent on the largesse of just one very talented person. I, for one, appreciate all you have done, particularly considering your current health issues. If you feel unappreciated then … Re: This is me venting Community Center Meta DaniWeb by Reverend Jim Also, in non-computing over the years I have heard comments like "if only I hadn't stopped for coffee I would have missed that accident, or several other variations. The thing is you never know what would have happened if you had made different decisions. Certainly making a different decision may have resulted in things being better. Or they … ChatGPT ‘Lobotomized’? Performance Crash Sees Users Leaving in Droves Community Center by Johannes C. … been going on lately can not simply be explained by bad prompting, usage peaks, or minor tweaks meant to protect intellectual… do basic research or share links * refusal to write whole code snippets, only providing outlines * refusal to deal with topics that… Re: Design vs. Coding Programming Software Development by Reverend Jim … to do by having to work with someone else's bad decisions. Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani Glad you were able to get it working. I am seeing the product page with a video you're referring to. The video does not autoplay. Are you wanting the video to autoplay? (I don't think it should. It's a bad user experience.) Is Google not considering these pages as having video content? Re: php code error Programming Web Development by kolibrizas [CODE]<?=$delay?>[/CODE] look at this place and similar ones what i can … think it is quite a bad code here. I think it should be [CODE]<?php echo $delay; ?>[/CODE] So there are 3… Re: conversion of decimal to binary (unsigned ) Programming Software Development by WaltP Bad code posted for no apparent reason. Should this thread be deleted? Re: Regular Expression Programming Software Development by KevinADC … { $username is good do whatever you want } else { $username is bad }[/CODE] But that might still not be good enough. The above… add the end of string anchor ($) to the second regexp: [CODE]if ($username =~ /\d/ && $username =~ /^[a-zA-Z… { $username is good do whatever you want } else { $username is bad }[/CODE] Re: Singly-Linked Lists problem Programming Software Development by Daishi [CODE] node* p_before = find_element(number, k_beginning); [/CODE] What is k_beginning? Is it a node? Is it a number? Is it suppose to be p_beginning? In any case, that code shouldn't truncate the end of the list. But it still looks like bad code, what happens when you try to add before the first element? -Fredric Re: Inheritance question Programming Software Development by programmersbook BAD: [CODE]void draw(Carbol a)[/CODE] GOOD: [CODE]void draw(Carbol &a)//referfence[/CODE] Re: incredibly easy pt2 Programming Software Development by 1ML Bad code was her, deleted it, sorry... Re: Constructors/Destuctors Programming Software Development by rubberman Bad code. Your Line objects are on the stack. Even though you … Re: help me..pls... Programming Software Development by paulo_war code char* token2;//for bad code int type; Double* next3; Double* next;//for good code Double* next2;//for bad code…print(); void print_tokens(); } [/code] [code=cplusplus] /************************************************************************* MAIN CLASS FUNCTION…quot;1.Good Code\n2.Bad Code\n"; cin… Re: [win32] - super subclass: how connect the form to window procedure Programming Software Development by triumphost Bad code here? SetProp(hwnd, formpropname, (HANDLE)FormClass.lpfnWndProc); hwnd = CreateWindowEx(0, … Clean Code discussed Programming Computer Science by JeroenvDijk …) return getOneMessage( ); else return getMoreMessages( messages.size( ) ); }[/CODE] [COLOR="Red"]Bad:[/COLOR] [CODE] String printTopBarGuestMessage(List<Message> guestMessages) { if… classes. You can have a style checker check lots of bad code like for example an empty void function, an unused variable… What are some best practices for optimizing code performance in PHP? Programming Web Development by Dani Everyone knows that PHP has such a bad rap for so much bad code being out there. I am a firm believer it is… their mother to publish poorly written Wordpress plugins and spew bad code out there. For those of you who are proud PHP… programmers, what do you to optimize your code's performance? For me, I cache. I use Memcached. I… Microsoft C++ 2005, Help fixing code! Programming Software Development by lotsofsloths … show up on a textBox. Here is the code that is "bad". [code] [COLOR=green]private[/COLOR][COLOR=green]: System::Void…^ e) {[/COLOR] textBox1->Text = randNumGen->Next(0,41); } [/code] And here is the Output. [quote] error C2664: 'void System… Sorry for the badly exposed code guys Programming Web Development by masocha Sory for the bad code guys Re: Sorry for the badly exposed code guys Programming Web Development by edwinhermann [QUOTE=masocha;1026927]Sory for the bad code guys[/QUOTE] It's just terrible, I feel sick just thinking about it. Okay, I too have no idea what you're on about :D Re: Sorry for the badly exposed code guys Programming Web Development by codejoust The bad code flying around on daniweb... yep. But don't be sorry about it... help make it better :). Teach people... Re: Width of Code Block Community Center Meta DaniWeb by Dave Sinkula …-ignore" flag. With bad styles, it just looks bad: code tags or no; scrollers or no; bad stuff just looks bad. Without them, though… for me, its a lose-lose with scrollers: bad code still looks bad, good code may look bad. FWIW. [QUOTE=WaltP;309494]And the way… Re: Make this code work Programming Software Development by Ketsuekiame Huh? Would take about 30 seconds to get that "working". Bad code is bad, bad questions are worse and asking other people to do their work for them should be a ban-able offence. Re: Write Python code that asks the user for two angles of a triangle Programming Software Development by Cireyoretihw … Scripter program creates this when i say make NEW [code=python] #------------------------------------------------------------------------------- # Name: module1 # Purpose: # …good") else print("bad") [/code] sorry i was only looking…quot;bad input ... please re-enter valid angles ... have a nice day ...") [/code]… Re: Optimizing for performance this code Programming Software Development by N1GHTS …;easy to read code" because code is not human in the first place. There is no excuse to write bad code, and there… is no excuse to write bad comments. I personally have a 60…/40 ratio to all my unique code, where 60% is plain… Re: Optimizing for performance this code Programming Software Development by gusano79 …. ... There is no excuse to write bad code, and there is no excuse to write bad comments.[/QUOTE] I don't think we… more concerned with emphasizing the evils of premature optimization. Complex code is fine; it's just that in practice, you'll… 'professionals' I've encountered), so all else being equal, simpler code is more idiot-proof. Re: Factoring Code Question: Programming Software Development by MatEpp … loop like StuXYZ is saying. And I wrote bad code earlier. Here it is corrected. [code] if (a % b == 0) { cout <<…;The sum of the factors is " << temp; [/code] And the concept behind this is to create an integer…