Principles Of Great Coding

Welcome. Please Login, Register, Or Activate! 
type your username and password to login
Date: November 24, 2009, 08:36 PM
432067 members and 299040 Topics
Latest Member: emiss4life
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming  |  Principles Of Great Coding
Pages: (1) (2) (3) Go Down Send this topic Notify of replies
Author Topic: Principles Of Great Coding  (Read 3218 views)
fatezy (m)
Re: Principles Of Great Coding
« #64 on: February 13, 2009, 01:05 PM »

I've heard database application, client-server application & client applications, can any1 pls tell me d diff? Also what type of application would u say is best for a supermarket?
nitation (m)
Re: Principles Of Great Coding
« #65 on: February 13, 2009, 02:02 PM »

@ Fatezy

Database application as the implies, is simply a storage based application development in a lay man understanding. It's an application (program) that requires database driven implementation. Examples of database are: MYSQL, Oracle, MSSQL, etc.  Source: My brain

Client-Server application: The client-server software architecture model distinguishes client systems from server systems, which communicate over a computer network. A client-server application is a distributed system comprising both client and server software. A client software process may initiate a communication session, while the server waits for requests from any client.   source: http://en.wikipedia.org/wiki/Client-server

About your supermarket question, it depends on what you trying to achieve. Dynamic outputs or static output.

Regards

My 2 cent
fatezy (m)
Re: Principles Of Great Coding
« #66 on: February 13, 2009, 02:35 PM »

@nitation,
thanks a lot. d output would be dynamic & its function is to record sales & supplies, keep track of stock & produce reports. I'm thinkin of database windows application with d back end being sql server & front end designed usin VB.NET.
fatezy (m)
Re: Principles Of Great Coding
« #67 on: February 13, 2009, 02:38 PM »

@nitation,
thanks a lot. d output would be dynamic & its function is to record sales & supplies, keep track of stock & produce reports. I'm thinkin of database windows application with d back end being sql server & front end designed usin VB.NET.
nitation (m)
Re: Principles Of Great Coding
« #68 on: February 13, 2009, 03:43 PM »

Like I said earlier, what you trying to achieve is the most important factor. I can comfortably develop the same thing as a web based application.

Start with something and post your code when you are stuck.

Later
*dhtml
Re: Principles Of Great Coding
« #69 on: February 13, 2009, 09:44 PM »

I need to reinterprete_cast to server_side (http://www.nairaland.com/nigeria/topic-233940.0.html#msg3467290).  Anyway, nice posts guys.
oludimuni
Re: Principles Of Great Coding
« #70 on: February 26, 2009, 12:02 PM »

@nitation You are really doing a great work on this thread.
Kobojunkie
Re: Principles Of Great Coding
« #71 on: February 26, 2009, 10:06 PM »

Quote from: fatezy on February 13, 2009, 01:05 PM
I've heard database application, client-server application & client applications, can any1 pls tell me d diff? Also what type of application would u say is best for a supermarket?

Your choice of architecture should really depend on what you need your application to do and what your system can handle.
nitation (m)
Re: Principles Of Great Coding
« #72 on: February 27, 2009, 11:21 AM »

Thanks olu
lekside44 (m)
Re: Principles Of Great Coding
« #73 on: March 09, 2009, 09:35 AM »

can anybody tell me how to get basic, fortran and c++ compilers, i want  to start running codes. my email is lekside44@yahoo.co.uk thanks for the help
nitation (m)
Re: Principles Of Great Coding
« #74 on: March 09, 2009, 09:22 PM »

for c++ compiler, You can download Visual Studio or borland C++

- nitation
jacob05 (m)
Re: Principles Of Great Coding
« #75 on: March 09, 2009, 11:00 PM »

CodeBlocks The Best
fatezy (m)
Re: Principles Of Great Coding
« #76 on: March 16, 2009, 12:18 AM »

I'll just like to know au much of d theories i'm being taught is actually worth it:
1. Au much strictness do programmers pay to s/w lifecycle
2. Au come maintenance cost of a s/w is as much as building cost
3. Do programmers actually use uml? and what stage is it used and
4. Just out of curiosity au do d pros charge.
I'll like if these could be answered. Thanks
nitation (m)
Re: Principles Of Great Coding
« #77 on: March 17, 2009, 10:46 PM »

@jacob05

kindly prove it

- nitation
Frizy (m)
Re: Principles Of Great Coding
« #78 on: March 18, 2009, 09:54 PM »

1) Draw a flowchart or write an algorithm for the problem following the requirement

2) Use a top down approach to break down the program into modules

3)Use data abstractions whenever necessary

4) Create functions/classes to reduce ambigity

5) Use efficient iterative selections or loops. (This would save your compiler time for codes that you write that could take years to compile)

6) Comment and use meaningful variables/classes/function name e.t.c
Frizy (m)
Re: Principles Of Great Coding
« #79 on: March 18, 2009, 10:03 PM »

Quote
@yawa-ti-de -- Nice,  I love you points.

Guys, i have this habit of writing complex code,  I mean if something should be done in 10 lines, i try to write it in just 2 or 3 lines, using complex constructs but with great indentation and insightful variable names. Is this really a bad code habit ?

Some enlightement pls

What you need to know is that programmers are often paid by the total number of lines of code that is useful in the program. Write short lines of code is good if you practise abstraction, but by writing complex construct that may not be understandable is not advisable because it would be hard to debug, and only you may be the one who understands the code. You have to make it flexible and more readable, I don't mean going to every detail you can avoid with function calls BUT a step by step process to end your program.

Even in college if you write complex constructs, your professors wont advise it.
7eleven
Re: Principles Of Great Coding
« #80 on: March 26, 2009, 10:15 PM »

Always back up your work! If your sys crashes u will nearly have a nervous break down.
Happened to me once. I never recovered fully.  Cry











http://


* buzz.6te.net.gif (124.5 KB, 400x100 )
lekside44 (m)
Re: Principles Of Great Coding
« #81 on: March 31, 2009, 10:31 AM »

can you please tell me the site to download from from the internet?
lekside44 (m)
Re: Principles Of Great Coding
« #84 on: May 15, 2009, 04:10 PM »

what are the great coding available out there?
ibrodex (m)
Re: Principles Of Great Coding
« #85 on: May 15, 2009, 04:53 PM »

Think Object oriented
Think abstract
Ghenghis (m)
Re: Principles Of Great Coding
« #86 on: May 18, 2009, 09:01 PM »

Loosely coupled !
 Managed Extensions for C++.   Vista Issues With Oracle 10g  What Software Have You Created?  Page 2
Pages: (1) (2) (3) Go Up Send Topic to Friend by E-mail Reply 


Sections: Autos/Cars (2) Jobs/Vacancies (2) (3) Career Talk Education General(2) Politics Romance Computers Phones Travel
Sports Fashion Health Religion Celebrities TV/Movies (2) Music/Radio (2) Books Webmasters Programming

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa. See also: Nairalist Classified Ads
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.