Re: Javascript for dummies like me
By: Sys64738 to echicken on Mon Dec 06 2021 18:05:26
I think you understand exactly what I'm getting at. It's the
JavaScript info that is HTML/CSS-centric that I'm trying to weed
my way through.
Hate to say it, but you just have to power through it. You'll
eventually get a feel for what information is portable and what is
tied to a certain domain.
However, the concept of people making up their own commands seems
like a taking a long walk on a short pier. SYS64738
I use notepad++ on Windows and vim or geany on Linux. The editor
doesn't have to recognize an object/method/property for you to
use it.
I started out just using plain notepad. Since this is all new to me,
I thought that I might benefit from the hints/debugging features from
an editor.
However, it seems that programming has become less uniform and less
certain since the years when I was most involved (80's-90's). The
paved roads of years past seem to have not been maintained and people
often find themselves cutting their own path to get to where they want
to go.
In your opinion, would that be an accurate assessment?
No doubt, the tools are far better. However, there doesn't seem to be
as much consistency in the syntax of the programming languages that
I've observed. Such as with "console.print" as an example. I'm not understanding why that command wouldn't be universal and a common
command within JavaScript.
The console object defined in Synchronet's JS API might have fairly
different requirements than for other contexts. When developing JS
for a web browser, there is a 'console' object, but that's a totally
different thing. The JS console object for Synchronet is for the
text-based interface
I understand what you're saying. Thanks for explaining.
However, the concept of people making up their own commands seems like
a taking a long walk on a short pier.
I started out just using plain notepad. Since this is all new to me,I would use at least Notepad++ or another more feature-rich text editor
I thought that I might benefit from the hints/debugging features from
an editor.
over plain notepad...
Re: Re: Javascript for dummies like me
By: Tracker1 to Sys64738 on Mon Dec 13 2021 06:20 pm
I started out just using plain notepad. Since this is all new to me,I would use at least Notepad++ or another more feature-rich text editor over plain notepad...
I thought that I might benefit from the hints/debugging features from an editor.
Also check out sublimetext - https://www.sublimetext.com/
I think that might be up his alley.
Sysop: | Tandy |
---|---|
Location: | New York, USA |
Users: | 15 |
Nodes: | 13 (0 / 13) |
Uptime: | 09:16:27 |
Calls: | 340 |
Messages: | 123,411 |