Finishing Crawling Project
title: Multiple Webpage Crawling Project
date: 2020-08-21 12:21:46
To do
i’m gonna try write posts with English from now on.
all i have to do at this point…
- Project wrap-up with program packaging
- Some crawl Code modify
- Set Config Program modify
- Crawled Data Control
Introduction
Finally Crawling Project is ended up.
it took 2 month. but in fact the Program had a essential features after 1 month.
anyway it finally ended, and i learned from this is importance of Object orientation,
methodology, think from the user’s point of view.
learned thing
for now, i think the first thing to do when designing program is
pay attention at program’s structure.
it is very important.
if this ‘designing’ getting wrong,
than your code and algorithm getting dirty as project go far,
at maintance point of view, its hard to fix the code
and even knowing what does method have meaning is hard.
so before all that, should carefully design algorithm.
its contain efficiency at some way.
i guess secondable important thing is Object-oriented.
also carefully determine name of value is important.
there are few rules that i get feel when i coding…
those rules are easy to know but it’s sometimes its difficult to apply it to your code.
the answer would be a practice i guess..
for now
before the univ starts,i should check my status and
i think reminding learned before is nesessery.
c language reviewing is first thing i’m gonna do.
Finishing Crawling Project
https://praisebak.github.io/2021/08/01/2021-prev/Finishing Crawling Project/