Click here to Skip to main content
15,899,825 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: Thought of the day Pin
PIEBALDconsult11-Aug-17 6:27
mvePIEBALDconsult11-Aug-17 6:27 
GeneralRe: Thought of the day Pin
OriginalGriff11-Aug-17 6:35
mveOriginalGriff11-Aug-17 6:35 
GeneralRe: Thought of the day Pin
BillWoodruff12-Aug-17 4:07
professionalBillWoodruff12-Aug-17 4:07 
GeneralOfficer Alex Cooper Pin
User 483504711-Aug-17 3:42
User 483504711-Aug-17 3:42 
AnswerRe: Officer Alex Cooper Pin
RickZeeland11-Aug-17 5:56
mveRickZeeland11-Aug-17 5:56 
GeneralRe: Officer Alex Cooper Pin
User 483504711-Aug-17 6:05
User 483504711-Aug-17 6:05 
GeneralRe: Officer Alex Cooper Pin
User 991608011-Aug-17 7:20
professionalUser 991608011-Aug-17 7:20 
GeneralAtom Editor: written in JS Pin
raddevus11-Aug-17 2:50
mvaraddevus11-Aug-17 2:50 
Examining the open source Atom editor.
It's an interesting idea that the entire thing is written in JavaScript, but it doesn't feel like they picked the correct tool to write it in. Just seems like an exercise to see if it is possible.
However, it is pretty cool that the thing is cross-platform -- obviously JS makes that very possible.

JS syntax is so stringy.

Here's some code (from https://github.com/atom/atom/blob/master/src/path-watcher.js[^] ) with interesting comment:

JavaScript
// Giant-ass brittle hack to hook files (and eventually directories) created from the TreeView.
    const treeViewPackage = await atom.packages.getLoadedPackage('tree-view')
    if (!treeViewPackage) return
    await treeViewPackage.activationPromise
    const treeViewModule = treeViewPackage.mainModule
    if (!treeViewModule) return
    const treeView = treeViewModule.getTreeViewInstance()

GeneralRe: Atom Editor: written in JS Pin
Eddy Vluggen11-Aug-17 6:01
professionalEddy Vluggen11-Aug-17 6:01 
GeneralRe: Atom Editor: written in JS Pin
raddevus11-Aug-17 7:19
mvaraddevus11-Aug-17 7:19 
GeneralRe: Atom Editor: written in JS Pin
Eddy Vluggen11-Aug-17 7:35
professionalEddy Vluggen11-Aug-17 7:35 
GeneralRe: Atom Editor: written in JS Pin
Vark11111-Aug-17 7:24
Vark11111-Aug-17 7:24 
AnswerRe: Atom Editor: written in JS Pin
RickZeeland11-Aug-17 6:42
mveRickZeeland11-Aug-17 6:42 
GeneralRe: Atom Editor: written in JS Pin
raddevus11-Aug-17 7:17
mvaraddevus11-Aug-17 7:17 
GeneralRe: Atom Editor: written in JS Pin
Scott Serl11-Aug-17 7:00
Scott Serl11-Aug-17 7:00 
GeneralRe: Atom Editor: written in JS Pin
raddevus11-Aug-17 7:16
mvaraddevus11-Aug-17 7:16 
GeneralEver onward. Pin
W Balboos, GHB11-Aug-17 1:54
W Balboos, GHB11-Aug-17 1:54 
GeneralRe: Ever onward. Pin
CodeWraith11-Aug-17 2:05
CodeWraith11-Aug-17 2:05 
GeneralRe: Ever onward. Pin
W Balboos, GHB11-Aug-17 2:09
W Balboos, GHB11-Aug-17 2:09 
GeneralRe: Ever onward. Pin
CodeWraith11-Aug-17 2:29
CodeWraith11-Aug-17 2:29 
AnswerRe: Ever onward. Pin
RickZeeland11-Aug-17 7:35
mveRickZeeland11-Aug-17 7:35 
QuestionAnybody here could make your wife/GF do this with you? Pin
Eytukan11-Aug-17 1:27
Eytukan11-Aug-17 1:27 
AnswerRe: Anybody here could make your wife/GF do this with you? Pin
OriginalGriff11-Aug-17 1:34
mveOriginalGriff11-Aug-17 1:34 
AnswerRe: Anybody here could make your wife/GF do this with you? Pin
Mark Parity11-Aug-17 1:36
Mark Parity11-Aug-17 1:36 
AnswerRe: Anybody here could make your wife/GF do this with you? Pin
W Balboos, GHB11-Aug-17 1:38
W Balboos, GHB11-Aug-17 1:38 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   477 votes