Click here to Skip to main content
15,887,214 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: Notepad++ .... Pin
PIEBALDconsult15-Mar-24 5:08
mvePIEBALDconsult15-Mar-24 5:08 
GeneralRe: Notepad++ .... Pin
Richard MacCutchan15-Mar-24 5:26
mveRichard MacCutchan15-Mar-24 5:26 
GeneralRe: Notepad++ .... Pin
PIEBALDconsult15-Mar-24 5:49
mvePIEBALDconsult15-Mar-24 5:49 
GeneralRe: Notepad++ .... Pin
Richard MacCutchan15-Mar-24 6:23
mveRichard MacCutchan15-Mar-24 6:23 
GeneralRe: Notepad++ .... Pin
PIEBALDconsult15-Mar-24 6:37
mvePIEBALDconsult15-Mar-24 6:37 
GeneralRe: Notepad++ .... Pin
PIEBALDconsult16-Mar-24 5:13
mvePIEBALDconsult16-Mar-24 5:13 
GeneralRe: Notepad++ .... Pin
Richard MacCutchan16-Mar-24 6:14
mveRichard MacCutchan16-Mar-24 6:14 
GeneralRe: Notepad++ .... Pin
PIEBALDconsult15-Mar-24 5:40
mvePIEBALDconsult15-Mar-24 5:40 
glennPattonWork3 wrote:
can generate executables from it


Alternatively, some enterprise whackos are pushing for Python because either:
0) Executables are dangerous and with Python you don't create an executable.
or
1) A Python script is the executable, but it's easy to check that it hasn't been altered.
In both cases, they like that the script gets deployed directly to the production servers without a build process -- no "executable" in the traditional sense, but it's still an executable. Any other "scripting language" would be the same (e.g. Perl).

Of course, how do you know that the script wasn't altered along the way? Or that a bug wasn't "fixed" in production but not checked in?
It's the same issue I have with SQL objects such as Procedures, Views, Functions, etc. -- do they really match what we have in version control? Have we checked?


As a developer, I prefer traditional languages -- with compilers and "executables" -- when "security" is a factor.
GeneralRe: Notepad++ .... Pin
glennPattonWork315-Mar-24 8:22
professionalglennPattonWork315-Mar-24 8:22 
GeneralRe: Notepad++ .... Pin
Andre Oosthuizen14-Mar-24 7:21
mveAndre Oosthuizen14-Mar-24 7:21 
GeneralRe: Notepad++ .... Pin
Ron Anders14-Mar-24 3:04
Ron Anders14-Mar-24 3:04 
GeneralRe: Notepad++ .... Pin
CPallini14-Mar-24 3:18
mveCPallini14-Mar-24 3:18 
GeneralRe: Notepad++ .... Pin
Jalapeno Bob14-Mar-24 9:31
professionalJalapeno Bob14-Mar-24 9:31 
AnswerRe: Notepad++ .... Pin
Ravi Bhavnani14-Mar-24 3:33
professionalRavi Bhavnani14-Mar-24 3:33 
GeneralRe: Notepad++ .... Pin
glennPattonWork314-Mar-24 3:46
professionalglennPattonWork314-Mar-24 3:46 
GeneralRe: Notepad++ .... Pin
Andre Oosthuizen14-Mar-24 7:22
mveAndre Oosthuizen14-Mar-24 7:22 
GeneralRe: Notepad++ .... Pin
BryanFazekas15-Mar-24 2:54
BryanFazekas15-Mar-24 2:54 
AnswerRe: Notepad++ .... Pin
Jeremy Falcon14-Mar-24 3:46
professionalJeremy Falcon14-Mar-24 3:46 
GeneralRe: Notepad++ .... Pin
honey the codewitch14-Mar-24 4:36
mvahoney the codewitch14-Mar-24 4:36 
GeneralRe: Notepad++ .... Pin
glennPattonWork314-Mar-24 9:20
professionalglennPattonWork314-Mar-24 9:20 
GeneralRe: Notepad++ .... Pin
honey the codewitch14-Mar-24 9:49
mvahoney the codewitch14-Mar-24 9:49 
GeneralRe: Notepad++ .... Pin
jochance14-Mar-24 5:04
jochance14-Mar-24 5:04 
GeneralRe: Notepad++ .... Pin
Amarnath S14-Mar-24 6:49
professionalAmarnath S14-Mar-24 6:49 
GeneralRe: Notepad++ .... Pin
Daniel Pfeffer14-Mar-24 7:55
professionalDaniel Pfeffer14-Mar-24 7:55 
GeneralRe: Notepad++ .... Pin
glennPattonWork314-Mar-24 9:17
professionalglennPattonWork314-Mar-24 9:17 

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.