enzaimz / c_made_easy

A basic android app to learn C Programming basics
https://play.google.com/store/apps/details?id=com.enzaimz.c_syntax
10 stars 28 forks source link

Programs and Theory in Sorted Manner #70

Closed Siddhant-K-code closed 3 years ago

Siddhant-K-code commented 3 years ago

Is your feature request related to a problem? Please describe. The programs/theories should be sorted in Beginner's Friendly order in lib/program.dart or lib/theory.dart

Describe the solution you'd like Manually Sorting

abhitidarbar commented 3 years ago

Hey, the programs and theory in alphabetical order makes no sense. We want the content to be sorted in such a manner that it could be understood by beginners. Like only after learning the scanf() and printf() you can learn further loops, pointers, etc right? So, I think it should be the way it is.

Siddhant-K-code commented 3 years ago

We want the content to be sorted in such a manner that it could be understood by beginners

Main Comment Updated

abhitidarbar commented 3 years ago

I think it is already sorted in the way it should be. Like I want to know where you are going with this sorting thing. Exactly what changes are you proposing.

Siddhant-K-code commented 3 years ago

i think, In, theory section it is sorted but, in program.dart it is just given as random !!

abhitidarbar commented 3 years ago

i think, In, theory section it is sorted but, in program.dart it is just given as random !!

Okay you can start working on it