Click here to Skip to main content
15,892,059 members
Everything / Planning

Planning

planning

Great Reads

by Ronnie Mukherjee
The natural planning model
by Eduardo Antonio Cecilio Fernandes
This is yet another article explaining Scrum, explanning how it works and giving my perspectives on the framework.
by Giovanni Scerra
Strategies and heuristics of Problem Solving applied to Software Engineering

Latest Articles

by Giovanni Scerra
Strategies and heuristics of Problem Solving applied to Software Engineering
by Ronnie Mukherjee
The natural planning model
by Eduardo Antonio Cecilio Fernandes
This is yet another article explaining Scrum, explanning how it works and giving my perspectives on the framework.

All Articles

Sort by Score

Planning 

7 Jan 2015 by Kornfeld Eliyahu Peter
You gave almost no information on how your application will be used - and that's the key for such a decision you ask for here...In any case I would not advise to pre-load data. If you have huge data it will demand huge memory to contain it, and that should be a waste. If your data is small it...
7 Jan 2015 by CHill60
I agree with Kornfeld Eliyahu Peter - don't pre-load, load data as you need it.I'd be a little concerned if a user was dealing with hundreds of records "at a time" in a tax system but I think that is just me misunderstanding your requirements. However it sounds like you will definitely need...
15 Feb 2015 by Ronnie Mukherjee
The natural planning model
10 Aug 2014 by Richard MacCutchan
Start at http://www.w3schools.com/js/[^].
7 Jan 2015 by saleem_deek
I am planning for a project that deals with all kinds of tax for multiple companies and users. I'll be using C# (winforms), layered architecture (UI, DAL, BLL and WebService) and SQL Server.Application will be used by multiple users, where a single user will deal with hundreds (maximum...
14 May 2018 by CyberfirePY
i need to generate a timetable for a 5 day week 7 lessons per day students can only be in one palce at a time same with teachers minimuim of 3 of each subject per week user must be able to edit students taking each subject (i thought of a list for each subject and in it index of who takes it)...
14 May 2018 by OriginalGriff
Possibly more complicated than you think: An Algorithm to Automatically Generate Schedule for School Lectures Using a Heuristic Approach[^]
20 Sep 2021 by Tanis Annicchiarico
I hope you're all doing well today! So I've been doing a lot of research on the internet and after not finding an answer to my question, I was recommended checking out SO due to the high collection of experienced minds. I'm trying to get a...
20 Sep 2021 by OriginalGriff
Quote: I asked on StackOverflow and it was closed for being opinion-based (which it's not, just because there are multiple answers doesn't mean it's opinion based) Yes. it is. It's opinion based because there is no one answer that fits everybody...
21 Jan 2015 by Eduardo Antonio Cecilio Fernandes
This is yet another article explaining Scrum, explanning how it works and giving my perspectives on the framework.
27 Aug 2021 by Giovanni Scerra
Strategies and heuristics of Problem Solving applied to Software Engineering
10 Aug 2014 by scrat@1
Hello Devs,I dont know anything about javascript and have to complete following task ...Help me out...Link follows...http://postimg.org/image/kti1tfjj1/[^]Key Features should include1. Each week has 7 days from Monday to Sunday. User can move across the days using next...