Home Events! Entrance Everyone Wiki Search Login Register

Welcome, Guest. Please login or register. - Thinking of joining the forum??
November 22, 2024 - @904.85 (what is this?)
Forum activity rating: Three Stars Posts: 45/1k.beats Unread Topics | Unread Replies | My Stuff | Random Topic | Recent Posts    Start New Topic
News: :ozwomp: Reminder: Forum messages stay readable for years! Keep yours high quality! :ozwomp:

+  MelonLand Forum
|-+  World Wild Web
| |-+  ✁ ∙ Web Crafting
| | |-+  would it be a insane thing to write out your entire site code structure on paper


« previous next »
Pages: [1] Print
Author Topic: would it be a insane thing to write out your entire site code structure on paper  (Read 296 times)
candycanearter07
Sr. Member ⚓︎
****


i like slimes

⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: candycanearter
Itch.io: My Games

View Profile WWW

Suck At Something September - Did It!uh oh! a pigeon got in!Artsy Candy CaneJoined 2024!
« on: September 13, 2024 @207.35 »

hi!

so, i really need to work on refactoring and cleaning up my site, but theres so many interlocking things there that it would be really hard to just go in and start changing things, but i also feel like typing it out would be way too hard to get all the relationships sorted out.. so do you guys think that like writing everything out would be reasonable or like what would yall recommend to organize it?

for context, some of the issues ive noticed:
dumping images that are used in one page in the general assets/images/decor/ folder
dumping css rules that are used in one page in the main css file
_sass/ (jekyll is weird with how it does css) is very disorganized in general and main.scss is filled with misc stuff
z-index inflation and disorganization
inconsistency with inline and seperated files with css & js
inconsistency with what is an _include and what is a js file (jekyll feature)
generally porting a ton of assets and pages to be in the github repo and not just on the neocities server
reorganizing some pages to be inside the personal/ and oneshot/ folders and remove the forced permalink putting those on root and dealing with all the hyperlinks that breaks
Logged

new to oldnet be nice




villain
Casual Poster ⚓︎
*


it/he/they

⛺︎ My Room

View Profile WWW

Yellowest Scot AwardJoined 2024!
« Reply #1 on: September 13, 2024 @488.37 »

If working things out on paper is what works for you in organising other things, then you should try it here! It's your site after all :smile: It sounds like a good idea to me, you could link things together like a mind map rather than writing out a linear list which might make things easier to visualise.
Logged

Salty
Jr. Member ⚓︎
**


Internet Renaissance Woman

⛺︎ My Room
StatusCafe: saltedslug
iMood: saltedslug
PicMix: saltedslug

View Profile WWW

First 1000 Members!G4 Club Member!Joined 2023!
« Reply #2 on: September 13, 2024 @598.37 »

I don't think that's a crazy idea at all! :wizard: Usually, when I want to implement a new layout or page, I always write it in a notebook or make a note on my wife's iPad.  :grin:  If I'm going for something more large-scale, however, I use a nifty little program called Freemind. It's a really simple mind-mapping software with a small footprint, and it's open source!
Logged

Audball
Jr. Member ⚓︎
**


WOE BE TO THOSE WHO SEE!!!

⛺︎ My Room
iMood: audball

View Profile WWW

First 1000 Members!Joined 2023!
« Reply #3 on: September 13, 2024 @619.70 »

At the very least I think having your websites code written on paper is a massive power move. If I met someone who just gave me a binder and said "this is my website's code written with pen and paper," I'd be VERY impressed. :grin:

If you think it'd help, no shame in trying! Worst case scenario, you find out it wasn't that much help. Still a neat thing to say that you did!
Logged

~~~"On some nights, nights when it is very quiet,
and we feel as if no one is watching, we breathe life back
into what we once had and sometimes those bones stand right up,
walk around, and dance for just a bit."~~~
~Adam Gnade, After Tonight, Everything Will Be Different
~~~"Everything was beautiful and nothing hurt."~~~
~Kurt Vonnegut Jr., Slaughterhouse Five
malice
Jr. Member ⚓︎
**


⛺︎ My Room
PicMix: lacrymosa

View Profile WWW

Perfect Weather For Some Tea And Making ArtFirst 1000 Members!Joined 2023!
« Reply #4 on: September 13, 2024 @659.04 »

Honestly it would look kinda cool to have a notebook full of code! Also, writing out code on paper is more common than you'd think. I knew someone who took a computer science class and the teacher made them write all the code down on paper for some reason. So if it helps you just go for it! You can do whatever you want forever.
Logged

any/all + ev/eva ae/aer



PurpleHello98
Full Member ⚓︎
***


'Cause I'm your girl, hold me baby <3

⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: purplehello98

View Profile WWW

First 1000 Members!Joined 2022!
« Reply #5 on: September 13, 2024 @752.04 »

Honestly it would look kinda cool to have a notebook full of code! Also, writing out code on paper is more common than you'd think. I knew someone who took a computer science class and the teacher made them write all the code down on paper for some reason. So if it helps you just go for it! You can do whatever you want forever.

I know for my compsci class this semester, we at least have to write out code on paper on tests to prevent cheating and all, and also it's helpful to write down examples when taking notes during lectures.

Anyways, I think it'd be a really cool thing to do! And I think writing things down on paper does tend to help with organization, etc.---perhaps because it's more tangible?? I feel like it helps me!
Logged

"...And we are not angels, to be comforted by seeing the means for which everything is sent."
-Elizabeth Gaskell, Wives and Daughters



nuclearblues
Jr. Member ⚓︎
**


Heaven is a very large and interesting place

⛺︎ My Room
StatusCafe: nuclearblues
iMood: nuclearblues

View Profile WWW

Cassettes !Joined 2024!
« Reply #6 on: September 13, 2024 @884.92 »

it could be a useful utility when it comes to checking for typos or mistakes. if I were to do this, I'd probably get a 3-ring binder so that I could shuffle pages around for organization purposes rather than a stream of consciousness. it could also be a decent contingency plan if you were struck by a heinous series of misfortunes that deleted any digital record of your code.
Logged

Oceansandy02
Casual Poster ⚓︎
*


Ocean (He/They)

⛺︎ My Room
SpaceHey: Friend Me!
StatusCafe: oceansandy02
iMood: oceansandy02

View Profile WWW

Joined 2024!
« Reply #7 on: October 22, 2024 @142.88 »

I have not tried it yet, but I think it could work for small pieces of code, so that you can remember what the code does. For all I know, it could work for people! It could also be a good idea to draw what you want your website to look like, so that you know what you are looking for when working on css.
Logged

kzuich
Casual Poster ⚓︎
*

⛺︎ My Room

View Profile WWW

Joined 2024!
« Reply #8 on: October 25, 2024 @786.27 »

Not at all. In fact, it might make you a better coder. I wrote my code on an Alphasmart and then in regular ol' Notepad before I ever moved on to Notepad++. I learned by just troubleshooting my mistakes, getting in the habit of closing tags, etc., and I think it's made me more cautious and cognizant of what I'm doing and why.

I do a lot of mockups of ideas and such on paper and it really helps me to visualize what I'm doing. If that's what works for you, then go for it.  :unite:
Logged



webcomic artist and old internet enthusiast
Pages: [1] Print 
« previous next »
 

Vaguely similar topics! (3)

Best way to have a 2 column site?

Started by ObspogonBoard ☔︎ ∙ I need Help!

Replies: 3
Views: 2430
Last post February 13, 2023 @208.53
by fLaMEd
How do you prefer to keep your site organized (or not)

Started by NightdriftBoard ✁ ∙ Web Crafting

Replies: 30
Views: 8825
Last post August 02, 2024 @153.99
by candycanearter07
Deltarune Chapter 2 and The Goner Code

Started by DoctorScreechBoard ♖ ∙ Video Games

Replies: 0
Views: 3371
Last post December 03, 2021 @256.40
by DoctorScreech

Melonking.Net © Always and ever was! SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies Forum Guide | Rules | RSS | WAP | Mobile


MelonLand Badges and Other Melon Sites!

MelonLand Project! Visit the MelonLand Forum! Support the Forum
Visit Melonking.Net! Visit the Gif Gallery! Pixel Sea TamaNOTchi