• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community The Community Real Life Discussion Software & Hardware
« Previous 1 … 5 6 7 8 9 … 91 Next »
Any Java Coders Out There?

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Any Java Coders Out There?
Offline Riess
12-21-2014, 07:43 PM, (This post was last modified: 12-21-2014, 07:46 PM by Riess.)
#2
Member
Posts: 198
Threads: 6
Joined: May 2013

Then let me share with you first and most important piece of wisdom in programming:

Questions that have no straight answers greatly outnumber questions that do. Ultimately programming is "just" extremly perversed art of solving problems.

So, I have no straight answer here, but straight off the bat I'll say you should pursue achievements, not timelines.

This is because big thing to keep on mind with programming is that ultimately it is very wide and deep craft not unlike ones from the past. This means life of constant self-improvement and keepup with occuring changes. There are no "you are master now!" milestones in this field, there is only how much you know now, and how much you are required to learn to solve problem at hand.

If you are only starting, its important to get into writing applications as soon as possible. While program is set of procedures telling computer to do something, application is user-oriented program that allows humans to solve certain problems. Application gets input from user, does something depending on that input, and presents outcome in human-friendly form. Stop writing silly console programs that just do hardcoded stuff and conclude with System.out.println("Processing ovar!");.

Don't learn by opening your code editor and going "I'll now write program that will be writing to file!". No end-user cares about writing to file. End-user wants to be able to save and load their data, and while writing and reading from disk appears most important step, writing code that will turn data in memory into form you can write to file, and code that can read data from file and turn it back into data structures used by your program is where constant challenge lies.

Pick field you are interested in, then look into problem domain specific for that field and work on solving those problems. For example if you are writing web app, your problem domain will be securing and processing user input, working with databases, processing and generating texts from templates , users authentication and authorization, and building HTTP replies. But don't do it "dry". Give yourself challenges like "I'll write simple blog that displays posts its owner will write in admin backend. It will use SQL database for storing stuff and will store writers acccounts there too!".

The more problems you know how to solve, the better you will be.

However don't fall for trap here. People who fetishize act of writing code usually lose contact with reality and fail to ship solutions of value to users.

-------

Also mandatory Haiku to the com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState:

Code:
Internal frame
internal frame,
title pane
internal frame.

title pane
maximize button,
window not focused state
Reply  


Messages In This Thread
Any Java Coders Out There? - by SMGSterlin - 12-21-2014, 02:50 PM
RE: Any Java Coders Out There? - by Riess - 12-21-2014, 07:43 PM
RE: Any Java Coders Out There? - by zalsrevenge - 12-21-2014, 07:47 PM
RE: Any Java Coders Out There? - by SMGSterlin - 12-22-2014, 02:15 AM

  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2025 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode