Click here to Skip to main content
15,916,215 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What are the worst programming habits? Pin
Nicholas Marty25-Jun-14 3:46
professionalNicholas Marty25-Jun-14 3:46 
GeneralRe: What are the worst programming habits? Pin
Dave Kreskowiak24-Jun-14 8:34
mveDave Kreskowiak24-Jun-14 8:34 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 9:00
professionalEddy Vluggen24-Jun-14 9:00 
GeneralRe: What are the worst programming habits? Pin
Dave Kreskowiak24-Jun-14 14:05
mveDave Kreskowiak24-Jun-14 14:05 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen24-Jun-14 22:29
professionalEddy Vluggen24-Jun-14 22:29 
GeneralRe: What are the worst programming habits? Pin
Dave Kreskowiak25-Jun-14 2:30
mveDave Kreskowiak25-Jun-14 2:30 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 5:53
mvePIEBALDconsult25-Jun-14 5:53 
GeneralRe: What are the worst programming habits? Pin
Eddy Vluggen25-Jun-14 8:52
professionalEddy Vluggen25-Jun-14 8:52 
Dave Kreskowiak wrote:
I think the entire "private as default" or whatever modifier is default is a
Band-Aid on a bigger problem.
With the argumentation that one needs to save the developer from himself.

I'm sorry, but that only flies if you don't have any using-clause in your files. Be explicit in the class that you use, or accept the default behaviour.

Dave Kreskowiak wrote:
I don't believe that the problem is with VB. I
Not? You just explained why it is Smile | :)

Dave Kreskowiak wrote:
I've has more than few degreed grads that couldn't tell me the difference
between public and private. I've also heard most of those same grads say they've
never written an API, to which I call bullsh*t since every application contains
it's own API, usually for the sole consumer being the application itself.
Knowing the difference between the access-modifiers would be kinda basic knowledge. And no, unless it is intended to be consumed by the public, it is not a public API. If there's no SDK to download, then you're not building a framework.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: What are the worst programming habits? Pin
Stefan_Lang24-Jun-14 22:44
Stefan_Lang24-Jun-14 22:44 
GeneralRe: What are the worst programming habits? Pin
Chris Losinger24-Jun-14 9:42
professionalChris Losinger24-Jun-14 9:42 
GeneralRe: What are the worst programming habits? Pin
harold aptroot24-Jun-14 8:06
harold aptroot24-Jun-14 8:06 
GeneralRe: What are the worst programming habits? Pin
Herbie Mountjoy24-Jun-14 21:40
professionalHerbie Mountjoy24-Jun-14 21:40 
GeneralRe: What are the worst programming habits? Pin
Stefan_Lang24-Jun-14 22:49
Stefan_Lang24-Jun-14 22:49 
GeneralRe: What are the worst programming habits? Pin
harold aptroot24-Jun-14 23:11
harold aptroot24-Jun-14 23:11 
GeneralRe: What are the worst programming habits? Pin
PIEBALDconsult25-Jun-14 8:14
mvePIEBALDconsult25-Jun-14 8:14 
GeneralRe: What are the worst programming habits? Pin
Dan Neely25-Jun-14 2:39
Dan Neely25-Jun-14 2:39 
GeneralRe: What are the worst programming habits? Pin
jeron124-Jun-14 8:08
jeron124-Jun-14 8:08 
GeneralRe: What are the worst programming habits? Pin
OriginalGriff24-Jun-14 8:10
mveOriginalGriff24-Jun-14 8:10 
GeneralRe: What are the worst programming habits? Pin
_Maxxx_24-Jun-14 15:39
professional_Maxxx_24-Jun-14 15:39 
GeneralRe: What are the worst programming habits? Pin
Brisingr Aerowing24-Jun-14 18:16
professionalBrisingr Aerowing24-Jun-14 18:16 
GeneralRe: What are the worst programming habits? Pin
Peter Adam25-Jun-14 0:01
professionalPeter Adam25-Jun-14 0:01 
GeneralRe: What are the worst programming habits? Pin
Maximilien24-Jun-14 8:17
Maximilien24-Jun-14 8:17 
GeneralRe: What are the worst programming habits? Pin
dan!sh 24-Jun-14 8:21
professional dan!sh 24-Jun-14 8:21 
GeneralRe: What are the worst programming habits? Pin
JMK-NI24-Jun-14 8:22
professionalJMK-NI24-Jun-14 8:22 
GeneralRe: What are the worst programming habits? Pin
dan!sh 24-Jun-14 8:30
professional dan!sh 24-Jun-14 8:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.